Search Results for

    Show / Hide Table of Contents

    Class EnterpriseProjectPath

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

    Constructors

    | Edit this page View Source

    EnterpriseProjectPath()

    Declaration
    public EnterpriseProjectPath()
    | Edit this page View Source

    EnterpriseProjectPath(EnterpriseProjectPathCode)

    Declaration
    public EnterpriseProjectPath(EnterpriseProjectPathCode code)
    Parameters
    Type Name Description
    EnterpriseProjectPathCode code
    | Edit this page View Source

    EnterpriseProjectPath(EnterpriseProjectPathCode, params string[])

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

    Properties

    | Edit this page View Source

    Code

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

    SubCodes

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

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    implicit operator EnterpriseProjectPath(EnterpriseProjectPathCode)

    Declaration
    public static implicit operator EnterpriseProjectPath(EnterpriseProjectPathCode code)
    Parameters
    Type Name Description
    EnterpriseProjectPathCode code
    Returns
    Type Description
    EnterpriseProjectPath
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX