Search Results for

    Show / Hide Table of Contents

    Class ProjectSettingPath

    Inheritance
    object
    ProjectSettingPath
    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 ProjectSettingPath

    Constructors

    | Edit this page View Source

    ProjectSettingPath()

    Declaration
    public ProjectSettingPath()
    | Edit this page View Source

    ProjectSettingPath(ProjectSettingPathCode)

    Declaration
    public ProjectSettingPath(ProjectSettingPathCode code)
    Parameters
    Type Name Description
    ProjectSettingPathCode code
    | Edit this page View Source

    ProjectSettingPath(ProjectSettingPathCode, params string[])

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

    Properties

    | Edit this page View Source

    Code

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

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