C# Class QvxLib.QvxFieldAttributeFmtAttribute

Inheritance: QvxBaseAttribute, IQvxFieldAttribute
Exibir arquivo Open project: konne/QvxLib

Public Methods

Method Description
ApplyAttribute ( FieldAttributes fieldAttributes ) : void

Applies the Attribute.

QvxFieldAttributeFmtAttribute ( string fmt ) : System

Initializes a new instance of the QvxFieldAttributeFmtAttribute class.

Method Details

ApplyAttribute() public method

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

QvxFieldAttributeFmtAttribute() public method

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