IgnorePropertiesAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci IgnorePropertiesAttribute třídy.
Přetížení
IgnorePropertiesAttribute(String) |
Inicializuje novou instanci IgnorePropertiesAttribute třídy. |
IgnorePropertiesAttribute(String[]) |
Inicializuje novou instanci IgnorePropertiesAttribute třídy. |
IgnorePropertiesAttribute(String)
Inicializuje novou instanci IgnorePropertiesAttribute třídy.
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
Řetězcová hodnota, která obsahuje vlastnost nebo vlastnosti, které mají být přiřazeny.
Platí pro
IgnorePropertiesAttribute(String[])
Inicializuje novou instanci IgnorePropertiesAttribute třídy.
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[]
Řetězcová hodnota, která obsahuje vlastnost nebo vlastnosti, které mají být přiřazeny.