Class NoelLevitzGridSettingNeedRangeDetailEntity
This class represents the EntityModel interface to the FaNoelLevitzNeedRangeDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class NoelLevitzGridSettingNeedRangeDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
NoelLevitzGridSettingNeedRangeDetailEntity()
Declaration
public NoelLevitzGridSettingNeedRangeDetailEntity()
Fields
Cell1Property
The Cell1 property.
Declaration
public static readonly EntityProperty Cell1Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Cell2Property
The Cell2 property.
Declaration
public static readonly EntityProperty Cell2Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Cell3Property
The Cell3 property.
Declaration
public static readonly EntityProperty Cell3Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Cell4Property
The Cell4 property.
Declaration
public static readonly EntityProperty Cell4Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Cell5Property
The Cell5 property.
Declaration
public static readonly EntityProperty Cell5Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
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 |
NoelLevitzGridSettingNeedRangeIdProperty
The NoelLevitzGridSettingNeedRangeId property.
Declaration
public static readonly EntityProperty NoelLevitzGridSettingNeedRangeIdProperty
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 |
SubNeedProperty
The SubNeed property.
Declaration
public static readonly EntityProperty SubNeedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Cell1
Gets or sets the Cell1 associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public decimal Cell1 { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Cell1. |
Cell2
Gets or sets the Cell2 associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public decimal Cell2 { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Cell2. |
Cell3
Gets or sets the Cell3 associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public decimal Cell3 { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Cell3. |
Cell4
Gets or sets the Cell4 associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public decimal Cell4 { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Cell4. |
Cell5
Gets or sets the Cell5 associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public decimal Cell5 { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Cell5. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NoelLevitzGridSettingNeedRangeId
Gets or sets the NoelLevitzGridSettingNeedRangeId associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public int NoelLevitzGridSettingNeedRangeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NoelLevitzGridSettingNeedRangeId. |
RowVersion
Gets or sets the RowVersion associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SubNeed
Gets or sets the SubNeed associated with this NoelLevitzGridSettingNeedRangeDetailEntity.
Declaration
public string SubNeed { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SubNeed. |
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()