Class Concept
Inheritance
System.Object
Concept
Assembly: Crowdin.Api.dll
Syntax
public class Concept : object
Properties
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Definition
Declaration
public string Definition { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Figure { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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
LanguagesDetails
Declaration
public ConceptLanguageDetails[] LanguagesDetails { get; set; }
Property Value
|
Improve this Doc
View Source
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Subject
Declaration
public string Subject { 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> |
|
|
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 |
|