C# Class QvxLib.QvxFieldAttributesOverrideTypeAttribute

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

Méthodes publiques

Méthode Description
ApplyAttribute ( FieldAttributes fieldAttributes ) : void

Applies the Attribute.

QvxFieldAttributesOverrideTypeAttribute ( FieldAttrType Type ) : System

Initializes a new instance of the QvxFieldAttributesOverrideTypeAttribute class.

Method Details

ApplyAttribute() public méthode

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

QvxFieldAttributesOverrideTypeAttribute() public méthode

Initializes a new instance of the QvxFieldAttributesOverrideTypeAttribute class.
public QvxFieldAttributesOverrideTypeAttribute ( FieldAttrType Type ) : System
Type FieldAttrType The Field Type Enum.
Résultat System