Class Internationalization
This class represents the EntityModel interface to the Internationalization database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Internationalization
Constructors
Internationalization()
Declaration
public Internationalization()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Internationalization.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GetTextFile
Declaration
public string GetTextFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GetTextFileJs
Gets or sets the GetTextFileJs associated with this Internationalization.
Declaration
public string GetTextFileJs { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GetTextFileJs. |
Id
Gets or sets the Id associated with this Internationalization.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this Internationalization.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsDefault
Gets or sets the IsDefault associated with this Internationalization.
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefault. |
IsRightToLeft
Gets or sets the IsRightToLeft associated with this Internationalization.
Declaration
public bool IsRightToLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRightToLeft. |
IsSystemCode
Gets or sets the IsSystemCode associated with this Internationalization.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Internationalization.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Internationalization.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LocaleDescription
Gets or sets the LocaleDescription associated with this Internationalization.
Declaration
public string LocaleDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LocaleDescription. |
LocaleName
Gets or sets the LocaleName associated with this Internationalization.
Declaration
public string LocaleName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LocaleName. |
ResourceFile
Gets or sets the ResourceFile associated with this Internationalization.
Declaration
public string ResourceFile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResourceFile. |
Staff
Declaration
public virtual Staff Staff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
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()
SetupFluentMappings(DbModelBuilder)
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder |