Språk

IgnorePropertiesAttribute Konstruktorer

Definition

Initierar en ny instans av IgnorePropertiesAttribute klassen.

Överlagringar

Name Description
IgnorePropertiesAttribute(String)

Initierar en ny instans av IgnorePropertiesAttribute klassen.

IgnorePropertiesAttribute(String[])

Initierar en ny instans av IgnorePropertiesAttribute klassen.

IgnorePropertiesAttribute(String)

Initierar en ny instans av IgnorePropertiesAttribute klassen.

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)

Parametrar

propertyName
String

Ett strängvärde som innehåller den egenskap eller de egenskaper som ska tillskrivas.

Gäller för

IgnorePropertiesAttribute(String[])

Initierar en ny instans av IgnorePropertiesAttribute klassen.

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())

Parametrar

propertyNames
String[]

Ett strängvärde som innehåller den egenskap eller de egenskaper som ska tillskrivas.

Gäller för