Class InternationalizationEntity
This class represents the EntityModel interface to the Internationalization database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class InternationalizationEntity : Entity, IIdentifiable, IAuditable
Constructors
InternationalizationEntity()
Declaration
public InternationalizationEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GetTextFileJsProperty
The GetTextFileJs property.
Declaration
public static readonly EntityProperty GetTextFileJsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GetTextFileProperty
The GetTextFile property.
Declaration
public static readonly EntityProperty GetTextFileProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultProperty
The IsDefault property.
Declaration
public static readonly EntityProperty IsDefaultProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRightToLeftProperty
The IsRightToLeft property.
Declaration
public static readonly EntityProperty IsRightToLeftProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSystemCodeProperty
The IsSystemCode property.
Declaration
public static readonly EntityProperty IsSystemCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LocaleDescriptionProperty
The LocaleDescription property.
Declaration
public static readonly EntityProperty LocaleDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LocaleNameProperty
The LocaleName property.
Declaration
public static readonly EntityProperty LocaleNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResourceFileProperty
The ResourceFile property.
Declaration
public static readonly EntityProperty ResourceFileProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this InternationalizationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GetTextFile
Gets or sets the GetTextFile associated with this InternationalizationEntity.
Declaration
public string GetTextFile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GetTextFile. |
GetTextFileJs
Gets or sets the GetTextFileJs associated with this InternationalizationEntity.
Declaration
public string GetTextFileJs { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GetTextFileJs. |
HasGetTextFile
Declaration
public bool HasGetTextFile { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets or sets the Id associated with this InternationalizationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this InternationalizationEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsDefault
Gets or sets the IsDefault associated with this InternationalizationEntity.
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefault. |
IsRightToLeft
Gets or sets the IsRightToLeft associated with this InternationalizationEntity.
Declaration
public bool IsRightToLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRightToLeft. |
IsSystemCode
Gets or sets the IsSystemCode associated with this InternationalizationEntity.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this InternationalizationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this InternationalizationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LocaleDescription
Gets or sets the LocaleDescription associated with this InternationalizationEntity.
Declaration
public string LocaleDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LocaleDescription. |
LocaleName
Gets or sets the LocaleName associated with this InternationalizationEntity.
Declaration
public string LocaleName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LocaleName. |
ResourceFile
Gets or sets the ResourceFile associated with this InternationalizationEntity.
Declaration
public string ResourceFile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResourceFile. |
RowVersion
Gets or sets the RowVersion associated with this InternationalizationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()