Search Results for

    Show / Hide Table of Contents

    Class ColumnType

    Inheritance
    object
    ColumnType
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public static class ColumnType

    Fields

    | Edit this page View Source

    Context

    Declaration
    public const string Context = "context"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Identifier

    Declaration
    public const string Identifier = "identifier"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Labels

    Declaration
    public const string Labels = "labels"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MaxLength

    Declaration
    public const string MaxLength = "maxLength"
    Field Value
    Type Description
    string
    | Edit this page View Source

    None

    Declaration
    public const string None = "none"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SourceOrTranslation

    Declaration
    public const string SourceOrTranslation = "sourceOrTranslation"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SourcePhrase

    Declaration
    public const string SourcePhrase = "sourcePhrase"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Translation

    Declaration
    public const string Translation = "translation"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX