Class EntitySchoolDefinedFieldEntity
This class represents the EntityModel interface to the SyDataEntityUserDict database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class EntitySchoolDefinedFieldEntity : Entity, IIdentifiable, IAuditableConstructors
EntitySchoolDefinedFieldEntity()
Declaration
public EntitySchoolDefinedFieldEntity()Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
DataTypeProperty
The DataType property.
Declaration
public static readonly EntityProperty DataTypePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
DisplayOrderProperty
The DisplayOrder property.
Declaration
public static readonly EntityProperty DisplayOrderPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
FieldDescriptionProperty
The FieldDescription property.
Declaration
public static readonly EntityProperty FieldDescriptionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
HelpTextProperty
The HelpText property.
Declaration
public static readonly EntityProperty HelpTextPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActivePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LengthProperty
The Length property.
Declaration
public static readonly EntityProperty LengthPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
PrecisionProperty
The Precision property.
Declaration
public static readonly EntityProperty PrecisionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ValidationTextProperty
The ValidationText property.
Declaration
public static readonly EntityProperty ValidationTextPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ValidationTypeProperty
The ValidationType property.
Declaration
public static readonly EntityProperty ValidationTypePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
VisibilityProperty
The Visibility property.
Declaration
public static readonly EntityProperty VisibilityPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this EntitySchoolDefinedFieldEntity.
Declaration
public DateTime CreatedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime. | 
DataType
Gets or sets the DataType associated with this EntitySchoolDefinedFieldEntity.
Declaration
public string DataType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The DataType. | 
DisplayOrder
Gets or sets the DisplayOrder associated with this EntitySchoolDefinedFieldEntity.
Declaration
public byte? DisplayOrder { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Byte> | The DisplayOrder. | 
FieldDescription
Gets or sets the FieldDescription associated with this EntitySchoolDefinedFieldEntity.
Declaration
public string FieldDescription { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The FieldDescription. | 
HelpText
Gets or sets the HelpText associated with this EntitySchoolDefinedFieldEntity.
Declaration
public string HelpText { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The HelpText. | 
Id
Gets or sets the Id associated with this EntitySchoolDefinedFieldEntity.
Declaration
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id. | 
IsActive
Gets or sets the IsActive associated with this EntitySchoolDefinedFieldEntity.
Declaration
public bool IsActive { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsActive. | 
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this EntitySchoolDefinedFieldEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime. | 
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this EntitySchoolDefinedFieldEntity.
Declaration
public int LastModifiedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId. | 
Length
Gets or sets the Length associated with this EntitySchoolDefinedFieldEntity.
Declaration
public int Length { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Length. | 
Precision
Gets or sets the Precision associated with this EntitySchoolDefinedFieldEntity.
Declaration
public byte Precision { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Byte | The Precision. | 
RowVersion
Gets or sets the RowVersion associated with this EntitySchoolDefinedFieldEntity.
Declaration
public byte[] RowVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The RowVersion. | 
ValidationText
Gets or sets the ValidationText associated with this EntitySchoolDefinedFieldEntity.
Declaration
public string ValidationText { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The ValidationText. | 
ValidationType
Gets or sets the ValidationType associated with this EntitySchoolDefinedFieldEntity.
Declaration
public string ValidationType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The ValidationType. | 
Visibility
Gets or sets the Visibility associated with this EntitySchoolDefinedFieldEntity.
Declaration
public string Visibility { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The Visibility. | 
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()