Search Results for

    Show / Hide Table of Contents

    Class NumberFieldConfig

    Inheritance
    System.Object
    FieldConfig
    NumberFieldConfig
    Inherited Members
    FieldConfig.Locations
    Namespace: Crowdin.Api.Fields
    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX