Class SourceString
Inheritance
System.Object
SourceString
Assembly: Crowdin.Api.dll
Syntax
public class SourceString : object
Properties
|
Improve this Doc
View Source
BranchId
Declaration
public int? BranchId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Context
Declaration
public string Context { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
DirectoryId
Declaration
public int? DirectoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
FileId
Declaration
public int? FileId { get; set; }
Property Value
Type |
Description |
System.Nullable<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
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsDuplicate
Declaration
public bool IsDuplicate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsHidden
Declaration
public bool IsHidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsIcu
Declaration
public bool IsIcu { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LabelIds
Declaration
public int[] LabelIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
MasterStringId
Declaration
public int? MasterStringId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
MaxLength
Declaration
public int MaxLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ProjectId
Declaration
public int ProjectId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Revision
Declaration
public int? Revision { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
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 |
|
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|