C# Class QvxLib.QvxFieldAttributeDecAttribute

Inheritance: QvxBaseAttribute, IQvxFieldAttribute
Afficher le fichier Open project: konne/QvxLib

Méthodes publiques

Méthode Description
ApplyAttribute ( FieldAttributes fieldAttributes ) : void

Applies the Attribute.

QvxFieldAttributeDecAttribute ( string Dec ) : System

Initializes a new instance of the QvxFieldAttributeDecAttribute class.

Method Details

ApplyAttribute() public méthode

Applies the Attribute.
public ApplyAttribute ( FieldAttributes fieldAttributes ) : void
fieldAttributes FieldAttributes The field Attributes.
Résultat void

QvxFieldAttributeDecAttribute() public méthode

Initializes a new instance of the QvxFieldAttributeDecAttribute class.
public QvxFieldAttributeDecAttribute ( string Dec ) : System
Dec string The dec.
Résultat System