Class ProjectSettingPath
Inheritance
System.Object
ProjectSettingPath
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
|
Improve this Doc
View Source
ProjectSettingPath(ProjectSettingPathCode, String[])
Declaration
public ProjectSettingPath(ProjectSettingPathCode code, params string[] subCodes)
Parameters
Properties
|
Improve this Doc
View Source
Code
Declaration
public ProjectSettingPathCode Code { get; set; }
Property Value
|
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
Returns