Table of Contents

Class InputNumberAttribute

Namespace
MES.MQC.UtilityLibrary.Form.Field
Assembly
MES.MQC.UtilityLibrary.dll
[AttributeUsage(AttributeTargets.Property)]
public class InputNumberAttribute : FieldAttribute, _Attribute
Inheritance
InputNumberAttribute
Implements
Inherited Members

Properties

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

Step

public double Step { get; set; }

Property Value

double

Methods

GetBasicTypes()

Allowed basic types for PropertyType

public override Type[] GetBasicTypes()

Returns

Type[]