IgnorePropertiesAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy IgnorePropertiesAttribute.

Przeciążenia

IgnorePropertiesAttribute(String)

Inicjuje nowe wystąpienie klasy IgnorePropertiesAttribute.

IgnorePropertiesAttribute(String[])

Inicjuje nowe wystąpienie klasy IgnorePropertiesAttribute.

IgnorePropertiesAttribute(String)

Inicjuje nowe wystąpienie klasy IgnorePropertiesAttribute.

public:
 IgnorePropertiesAttribute(System::String ^ propertyName);
public IgnorePropertiesAttribute (string propertyName);
new System.Data.Services.IgnorePropertiesAttribute : string -> System.Data.Services.IgnorePropertiesAttribute
Public Sub New (propertyName As String)

Parametry

propertyName
String

Wartość ciągu zawierająca właściwość lub właściwości, które mają zostać przypisane.

Dotyczy

IgnorePropertiesAttribute(String[])

Inicjuje nowe wystąpienie klasy IgnorePropertiesAttribute.

public:
 IgnorePropertiesAttribute(... cli::array <System::String ^> ^ propertyNames);
public IgnorePropertiesAttribute (params string[] propertyNames);
new System.Data.Services.IgnorePropertiesAttribute : string[] -> System.Data.Services.IgnorePropertiesAttribute
Public Sub New (ParamArray propertyNames As String())

Parametry

propertyNames
String[]

Wartość ciągu zawierająca właściwość lub właściwości, które mają zostać przypisane.

Dotyczy