Class Term
Inheritance
System.Object
Term
Assembly: Crowdin.Api.dll
Syntax
public class Term : object
Properties
|
Improve this Doc
View Source
ConceptId
Declaration
public int? ConceptId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gender
Declaration
public TermGender Gender { get; set; }
Property Value
|
Improve this Doc
View Source
GlossaryId
Declaration
public int GlossaryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LanguageId
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Lemma
Declaration
public string Lemma { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PartOfSpeech
Declaration
public PartOfSpeech PartOfSpeech { get; set; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
public TermStatus Status { get; set; }
Property Value
|
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 TermType Type { get; set; }
Property Value
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|