C# Class QvxLib.QvxFieldAttributeuseThouAttribute

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

Public Methods

Method Description
ApplyAttribute ( FieldAttributes fieldAttributes ) : void

Applies the Attribute.

QvxFieldAttributeuseThouAttribute ( int useThou ) : System

Initializes a new instance of the QvxFieldAttributeuseThouAttribute class.

Method Details

ApplyAttribute() public method

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

QvxFieldAttributeuseThouAttribute() public method

Initializes a new instance of the QvxFieldAttributeuseThouAttribute class.
public QvxFieldAttributeuseThouAttribute ( int useThou ) : System
useThou int The use thousand separator Allowed range(0,1)
return System