Search Results for

    Show / Hide Table of Contents

    Class EnterpriseProjectPath

    Inheritance
    System.Object
    EnterpriseProjectPath
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class EnterpriseProjectPath : object

    Constructors

    | Improve this Doc View Source

    EnterpriseProjectPath()

    Declaration
    public EnterpriseProjectPath()
    | Improve this Doc View Source

    EnterpriseProjectPath(EnterpriseProjectPathCode)

    Declaration
    public EnterpriseProjectPath(EnterpriseProjectPathCode code)
    Parameters
    Type Name Description
    EnterpriseProjectPathCode code
    | Improve this Doc View Source

    EnterpriseProjectPath(EnterpriseProjectPathCode, String[])

    Declaration
    public EnterpriseProjectPath(EnterpriseProjectPathCode code, params string[] subCodes)
    Parameters
    Type Name Description
    EnterpriseProjectPathCode code
    System.String[] subCodes

    Properties

    | Improve this Doc View Source

    Code

    Declaration
    public EnterpriseProjectPathCode Code { get; set; }
    Property Value
    Type Description
    EnterpriseProjectPathCode
    | Improve this Doc View Source

    SubCodes

    Declaration
    public ICollection<string> SubCodes { get; set; }
    Property Value
    Type Description
    ICollection<System.String>

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Operators

    | Improve this Doc View Source

    Implicit(EnterpriseProjectPathCode to EnterpriseProjectPath)

    Declaration
    public static implicit operator EnterpriseProjectPath(EnterpriseProjectPathCode code)
    Parameters
    Type Name Description
    EnterpriseProjectPathCode code
    Returns
    Type Description
    EnterpriseProjectPath
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX