Class ProjectInfoPath
Inheritance
System.Object
ProjectInfoPath
Assembly: Crowdin.Api.dll
Syntax
public class ProjectInfoPath : object
Constructors
|
Improve this Doc
View Source
ProjectInfoPath()
Declaration
|
Improve this Doc
View Source
ProjectInfoPath(ProjectInfoPathCode)
Declaration
public ProjectInfoPath(ProjectInfoPathCode code)
Parameters
|
Improve this Doc
View Source
ProjectInfoPath(ProjectInfoPathCode, String[])
Declaration
public ProjectInfoPath(ProjectInfoPathCode code, params string[] subCodes)
Parameters
Properties
|
Improve this Doc
View Source
Code
Declaration
public ProjectInfoPathCode 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(ProjectInfoPathCode to ProjectInfoPath)
Declaration
public static implicit operator ProjectInfoPath(ProjectInfoPathCode code)
Parameters
Returns