Class DataDictionaryLocalizedEntityProperty
This class represents the EntityModel interface to the SyDictionary_Internationalization_VW database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DataDictionaryLocalizedEntityProperty
Constructors
DataDictionaryLocalizedEntityProperty()
Declaration
public DataDictionaryLocalizedEntityProperty()
Properties
ColumnName
Gets or sets the ColumnName associated with this DataDictionaryLocalizedEntityProperty.
Declaration
public string ColumnName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ColumnName. |
EntityName
Gets or sets the EntityName associated with this DataDictionaryLocalizedEntityProperty.
Declaration
public string EntityName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The EntityName. |
IsColumnLocalizable
Gets or sets the IsColumnLocalizable associated with this DataDictionaryLocalizedEntityProperty.
Declaration
public bool? IsColumnLocalizable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> | The IsColumnLocalizable. |
MaxLength
Gets or sets the MaxLength associated with this DataDictionaryLocalizedEntityProperty.
Declaration
public int? MaxLength { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The MaxLength. |
ModuleName
Gets or sets the ModuleName associated with this DataDictionaryLocalizedEntityProperty.
Declaration
public string ModuleName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ModuleName. |
PropertyName
Gets or sets the PropertyName associated with this DataDictionaryLocalizedEntityProperty.
Declaration
public string PropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PropertyName. |
TableName
Gets or sets the TableName associated with this DataDictionaryLocalizedEntityProperty.
Declaration
public string TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TableName. |
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)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |