FeatureAttribute.FeatureAttribute

FeatureAttribute(string, AttributeDataType)

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

public FeatureAttribute(string name, AttributeDataType dataType)
모수유형설명
nameString속성의 이름입니다.
dataTypeAttributeDataType속성의 데이터 유형입니다.

또한보십시오


FeatureAttribute(string, AttributeDataType, bool)

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

public FeatureAttribute(string name, AttributeDataType dataType, bool canBeNull)
모수유형설명
nameString속성의 이름입니다.
dataTypeAttributeDataType속성의 데이터 유형입니다.
canBeNullBooleantrue 이 인스턴스가 null일 수 있으면; 그렇지 않으면,false.

예외

예외상태
ArgumentNullException속성 이름은null.

또한보십시오