Class EnterpriseProjectPath
Inheritance
EnterpriseProjectPath
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class EnterpriseProjectPath
Constructors
|
Edit this page
View Source
EnterpriseProjectPath()
Declaration
public EnterpriseProjectPath()
|
Edit this page
View Source
EnterpriseProjectPath(EnterpriseProjectPathCode)
Declaration
public EnterpriseProjectPath(EnterpriseProjectPathCode code)
Parameters
|
Edit this page
View Source
EnterpriseProjectPath(EnterpriseProjectPathCode, params string[])
Declaration
public EnterpriseProjectPath(EnterpriseProjectPathCode code, params string[] subCodes)
Parameters
Properties
|
Edit this page
View Source
Code
Declaration
public EnterpriseProjectPathCode 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 EnterpriseProjectPath(EnterpriseProjectPathCode)
Declaration
public static implicit operator EnterpriseProjectPath(EnterpriseProjectPathCode code)
Parameters
Returns