Class NumberFieldConfig
Inheritance
System.Object
NumberFieldConfig
Assembly: Crowdin.Api.dll
Syntax
public class NumberFieldConfig : FieldConfig
Properties
|
Improve this Doc
View Source
Max
Declaration
public int Max { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Min
Declaration
public int Min { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Units
Declaration
public string Units { get; set; }
Property Value
Type |
Description |
System.String |
|