Class ProjectInfoPath
Inheritance
ProjectInfoPath
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ProjectInfoPath
Constructors
|
Edit this page
View Source
ProjectInfoPath()
Declaration
|
Edit this page
View Source
ProjectInfoPath(ProjectInfoPathCode)
Declaration
public ProjectInfoPath(ProjectInfoPathCode code)
Parameters
|
Edit this page
View Source
ProjectInfoPath(ProjectInfoPathCode, params string[])
Declaration
public ProjectInfoPath(ProjectInfoPathCode code, params string[] subCodes)
Parameters
Properties
|
Edit this page
View Source
Code
Declaration
public ProjectInfoPathCode Code { get; set; }
Property Value
|
Edit this page
View Source
SubCodes
Declaration
public ICollection<string> SubCodes { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Edit this page
View Source
implicit operator ProjectInfoPath(ProjectInfoPathCode)
Declaration
public static implicit operator ProjectInfoPath(ProjectInfoPathCode code)
Parameters
Returns