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
Max
public double Max { get; set; }
Property Value
Min
public double Min { get; set; }
Property Value
Precision
public int Precision { get; set; }
Property Value
Step
public double Step { get; set; }
Property Value
Methods
GetBasicTypes()
Allowed basic types for PropertyType
public override Type[] GetBasicTypes()
Returns
- Type[]