IgnorePropertiesAttribute 생성자

정의

IgnorePropertiesAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

IgnorePropertiesAttribute(String)

IgnorePropertiesAttribute 클래스의 새 인스턴스를 초기화합니다.

IgnorePropertiesAttribute(String[])

IgnorePropertiesAttribute 클래스의 새 인스턴스를 초기화합니다.

IgnorePropertiesAttribute(String)

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)

매개 변수

propertyName
String

특성을 사용할 속성이 포함된 문자열 값입니다.

적용 대상

IgnorePropertiesAttribute(String[])

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

매개 변수

propertyNames
String[]

특성을 사용할 속성이 포함된 문자열 값입니다.

적용 대상