Class Issue.StringObject
Inheritance
System.Object
Issue.StringObject
Assembly: Crowdin.Api.dll
Syntax
public class StringObject : object
Properties
|
Improve this Doc
View Source
Context
Declaration
public string Context { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FileId
Declaration
public int FileId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HasPlurals
Declaration
public bool HasPlurals { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsIcu
Declaration
public bool IsIcu { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|