IgnorePropertiesAttribute Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
IgnorePropertiesAttribute sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
IgnorePropertiesAttribute(String) |
IgnorePropertiesAttribute sınıfının yeni bir örneğini başlatır. |
IgnorePropertiesAttribute(String[]) |
IgnorePropertiesAttribute sınıfının yeni bir örneğini başlatır. |
IgnorePropertiesAttribute(String)
IgnorePropertiesAttribute sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- propertyName
- String
Özniteliklendirilecek özelliği veya özellikleri içeren bir dize değeri.
Şunlara uygulanır
IgnorePropertiesAttribute(String[])
IgnorePropertiesAttribute sınıfının yeni bir örneğini başlatır.
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())
Parametreler
- propertyNames
- String[]
Özniteliklendirilecek özelliği veya özellikleri içeren bir dize değeri.