Click or drag to resize

ILanguage Properties

The ILanguage type exposes the following members.

Properties
  NameDescription
Public propertyCreatedAt
Get the date of the creation
(Inherited from IOwnerEntityBase.)
Public propertyCreatedBy
Get the id of the user who have create the entity
(Inherited from IOwnerEntityBase.)
Public propertyDeletedAt
Get the date of deletion
(Inherited from IOwnerEntityBase.)
Public propertyDeletedBy
Get the id of the user who have delete the entity
(Inherited from IOwnerEntityBase.)
Public propertyId
Get the id of the current entity
(Inherited from IOwnerEntityBase.)
Public propertyIsDeleted
Indicates if the current entity is flag as deleted
(Inherited from IOwnerEntityBase.)
Public propertyIsDisabled
Indicates if the language is disabled
(Inherited from ILanguageBase.)
Public propertyKey
Gets or sets the key of the language
Remarks
The key is the culture language name, for example:
Key (Culture name)Name (Display name)
en-GBEnglish - United Kingdom
fr-FRFrench - France
en-USEnglish - United States
(Inherited from ILanguageBase.)
Public propertyName
Gets or sets the name of the language
(Inherited from ILanguageBase.)
Public propertyUpdatedAt
Get the date of the latest update
(Inherited from IOwnerEntityBase.)
Public propertyUpdatedBy
Get the id of the last user who have update the entity
(Inherited from IOwnerEntityBase.)
Top
See Also