Search Results for

    Show / Hide Table of Contents

    Class ProjectSettingPath

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

    Constructors

    | Improve this Doc View Source

    ProjectSettingPath()

    Declaration
    public ProjectSettingPath()
    | Improve this Doc View Source

    ProjectSettingPath(ProjectSettingPathCode)

    Declaration
    public ProjectSettingPath(ProjectSettingPathCode code)
    Parameters
    Type Name Description
    ProjectSettingPathCode code
    | Improve this Doc View Source

    ProjectSettingPath(ProjectSettingPathCode, String[])

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

    Properties

    | Improve this Doc View Source

    Code

    Declaration
    public ProjectSettingPathCode Code { get; set; }
    Property Value
    Type Description
    ProjectSettingPathCode
    | 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(ProjectSettingPathCode to ProjectSettingPath)

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