Table of Contents

Class NumberAttributeBase

Namespace
MES.MQC.UtilityLibrary.Form.Attributes.Field
Assembly
MES.MQC.UtilityLibrary.dll
public class NumberAttributeBase : FieldAttributeBase, _Attribute, IFieldAttribute
Inheritance
NumberAttributeBase
Implements
Derived
Inherited Members

Properties

AllowNegative

public bool AllowNegative { get; set; }

Property Value

bool

Format

public string Format { get; set; }

Property Value

string

Max

public double Max { get; set; }

Property Value

double

Min

public double Min { get; set; }

Property Value

double

Precision

public int Precision { get; set; }

Property Value

int

RefreshDelay

public bool RefreshDelay { get; }

Property Value

bool

Step

public double Step { get; set; }

Property Value

double

Methods

GetBasicTypes()

Allowed basic types for PropertyType

public override Type[] GetBasicTypes()

Returns

Type[]