C# Class QvxLib.QvxFieldAttributesOverrideTypeAttribute

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

Public Methods

Method Description
ApplyAttribute ( FieldAttributes fieldAttributes ) : void

Applies the Attribute.

QvxFieldAttributesOverrideTypeAttribute ( FieldAttrType Type ) : System

Initializes a new instance of the QvxFieldAttributesOverrideTypeAttribute class.

Method Details

ApplyAttribute() public method

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

QvxFieldAttributesOverrideTypeAttribute() public method

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