Class StudentAwardPromNoteHistoryPrintAssignmentEntity
This class represents the EntityModel interface to the FaPromNotePrintAssignmentHistory_FAA database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardPromNoteHistoryPrintAssignmentEntity : Entity, IIdentifiable
Constructors
StudentAwardPromNoteHistoryPrintAssignmentEntity()
Declaration
public StudentAwardPromNoteHistoryPrintAssignmentEntity()
Fields
AssignedStaffGroupIdProperty
The AssignedStaffGroupId property.
Declaration
public static readonly EntityProperty AssignedStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AssignedStaffIdProperty
The AssignedStaffId property.
Declaration
public static readonly EntityProperty AssignedStaffIdProperty
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 |
CustomPromNoteTemplateProperty
The CustomPromNoteTemplate property.
Declaration
public static readonly EntityProperty CustomPromNoteTemplateProperty
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 |
LastModifiedDateProperty
The LastModifiedDate property.
Declaration
public static readonly EntityProperty LastModifiedDateProperty
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 |
LastPrintDateProperty
The LastPrintDate property.
Declaration
public static readonly EntityProperty LastPrintDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastPrintedByStaffIdProperty
The LastPrintedByStaffId property.
Declaration
public static readonly EntityProperty LastPrintedByStaffIdProperty
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 |
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AssignedStaffGroupId
Gets or sets the AssignedStaffGroupId associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public int? AssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffGroupId. |
AssignedStaffId
Gets or sets the AssignedStaffId associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public int? AssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CustomPromNoteTemplate
Gets or sets the CustomPromNoteTemplate associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public string CustomPromNoteTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CustomPromNoteTemplate. |
Id
Gets or sets the Id associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDate
Gets or sets the LastModifiedDate associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public DateTime LastModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDate. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastPrintDate
Gets or sets the LastPrintDate associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public DateTime? LastPrintDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastPrintDate. |
LastPrintedByStaffId
Gets or sets the LastPrintedByStaffId associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public int? LastPrintedByStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LastPrintedByStaffId. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentAwardPromNoteHistoryPrintAssignmentEntity.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
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()