C# 클래스 QvxLib.QvxFieldAttributesOverrideTypeAttribute

상속: QvxBaseAttribute, IQvxFieldAttribute
파일 보기 프로젝트 열기: konne/QvxLib

공개 메소드들

메소드 설명
ApplyAttribute ( FieldAttributes fieldAttributes ) : void

Applies the Attribute.

QvxFieldAttributesOverrideTypeAttribute ( FieldAttrType Type ) : System

Initializes a new instance of the QvxFieldAttributesOverrideTypeAttribute class.

메소드 상세

ApplyAttribute() 공개 메소드

Applies the Attribute.
public ApplyAttribute ( FieldAttributes fieldAttributes ) : void
fieldAttributes FieldAttributes The field Attributes.
리턴 void

QvxFieldAttributesOverrideTypeAttribute() 공개 메소드

Initializes a new instance of the QvxFieldAttributesOverrideTypeAttribute class.
public QvxFieldAttributesOverrideTypeAttribute ( FieldAttrType Type ) : System
Type FieldAttrType The Field Type Enum.
리턴 System