C# 클래스 QvxLib.QvxFieldAttributeFmtAttribute

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

공개 메소드들

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

Applies the Attribute.

QvxFieldAttributeFmtAttribute ( string fmt ) : System

Initializes a new instance of the QvxFieldAttributeFmtAttribute class.

메소드 상세

ApplyAttribute() 공개 메소드

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

QvxFieldAttributeFmtAttribute() 공개 메소드

Initializes a new instance of the QvxFieldAttributeFmtAttribute class.
public QvxFieldAttributeFmtAttribute ( string fmt ) : System
fmt string The FMT.
리턴 System