Class ProjectBuild.PseudoBuildAttributes
Inheritance
System.Object
ProjectBuild.PseudoBuildAttributes
Assembly: Crowdin.Api.dll
Syntax
public class PseudoBuildAttributes : ProjectBuild.AttributesBase
Properties
|
Improve this Doc
View Source
Declaration
public string CharTransformation { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int LengthTransformation { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Prefix
Declaration
public string Prefix { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Pseudo
Declaration
public bool Pseudo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Suffix
Declaration
public string Suffix { get; set; }
Property Value
Type |
Description |
System.String |
|