Class IsirVerificationEntity
This class represents the EntityModel interface to the FaISIRVerification database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class IsirVerificationEntity : Entity, IIdentifiable, IAuditable
Constructors
IsirVerificationEntity()
Declaration
public IsirVerificationEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldNumberProperty
The FieldNumber property.
Declaration
public static readonly EntityProperty FieldNumberProperty
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 |
IsirSummaryIdProperty
The IsirSummaryId property.
Declaration
public static readonly EntityProperty IsirSummaryIdProperty
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 |
NewValueProperty
The NewValue property.
Declaration
public static readonly EntityProperty NewValueProperty
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 |
SubFieldNumberProperty
The SubFieldNumber property.
Declaration
public static readonly EntityProperty SubFieldNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this IsirVerificationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FieldNumber
Gets or sets the FieldNumber associated with this IsirVerificationEntity.
Declaration
public string FieldNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldNumber. |
Id
Gets or sets the Id associated with this IsirVerificationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsirSummaryId
Gets or sets the IsirSummaryId associated with this IsirVerificationEntity.
Declaration
public int IsirSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IsirSummaryId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this IsirVerificationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this IsirVerificationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewValue
Gets or sets the NewValue associated with this IsirVerificationEntity.
Declaration
public string NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewValue. |
RowVersion
Gets or sets the RowVersion associated with this IsirVerificationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SubFieldNumber
Gets or sets the SubFieldNumber associated with this IsirVerificationEntity.
Declaration
public int SubFieldNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SubFieldNumber. |
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()