Class BursaryApplicationAuditEntity
This class represents the EntityModel interface to the BcBursaryApplicationAudit database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryApplicationAuditEntity : Entity, IIdentifiable, IAuditable
Constructors
BursaryApplicationAuditEntity()
Declaration
public BursaryApplicationAuditEntity()
Fields
BursaryApplicationIdProperty
The BursaryApplicationId property.
Declaration
public static readonly EntityProperty BursaryApplicationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CommentProperty
The Comment property.
Declaration
public static readonly EntityProperty CommentProperty
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 |
CurrentValueProperty
The CurrentValue property.
Declaration
public static readonly EntityProperty CurrentValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DataFieldProperty
The DataField property.
Declaration
public static readonly EntityProperty DataFieldProperty
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 |
PreviousValueProperty
The PreviousValue property.
Declaration
public static readonly EntityProperty PreviousValueProperty
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 |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TabDetailsProperty
The TabDetails property.
Declaration
public static readonly EntityProperty TabDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BursaryApplicationId
Gets or sets the BursaryApplicationId associated with this BursaryApplicationAuditEntity.
Declaration
public int BursaryApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryApplicationId. |
Comment
Gets or sets the Comment associated with this BursaryApplicationAuditEntity.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Comment. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BursaryApplicationAuditEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrentValue
Gets or sets the CurrentValue associated with this BursaryApplicationAuditEntity.
Declaration
public string CurrentValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CurrentValue. |
DataField
Gets or sets the DataField associated with this BursaryApplicationAuditEntity.
Declaration
public string DataField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DataField. |
Id
Gets or sets the Id associated with this BursaryApplicationAuditEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BursaryApplicationAuditEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BursaryApplicationAuditEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PreviousValue
Gets or sets the PreviousValue associated with this BursaryApplicationAuditEntity.
Declaration
public string PreviousValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousValue. |
RowVersion
Gets or sets the RowVersion associated with this BursaryApplicationAuditEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this BursaryApplicationAuditEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TabDetails
Gets or sets the TabDetails associated with this BursaryApplicationAuditEntity.
Declaration
public string TabDetails { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TabDetails. |
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()