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