Class AwardLetterPrintQueueEntity
This class represents the EntityModel interface to the FaAwardLetterQueue database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AwardLetterPrintQueueEntity : Entity, IIdentifiable, IAuditable
Constructors
AwardLetterPrintQueueEntity()
Declaration
public AwardLetterPrintQueueEntity()
Fields
AwardLetterProperty
The AwardLetter property.
Declaration
public static readonly EntityProperty AwardLetterProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardLetterQueueStatus
Declaration
public static readonly string AwardLetterQueueStatus
Field Value
Type | Description |
---|---|
System.String |
AwardYearProperty
The AwardYear property.
Declaration
public static readonly EntityProperty AwardYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
DestinationProperty
The Destination property.
Declaration
public static readonly EntityProperty DestinationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaAdvisorIdProperty
The FaAdvisorId property.
Declaration
public static readonly EntityProperty FaAdvisorIdProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SendToPrinter
Declaration
public static readonly string SendToPrinter
Field Value
Type | Description |
---|---|
System.String |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAcademicYearIdProperty
The StudentAcademicYearId property.
Declaration
public static readonly EntityProperty StudentAcademicYearIdProperty
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 |
Properties
AwardLetter
Gets or sets the AwardLetter associated with this AwardLetterPrintQueueEntity.
Declaration
public string AwardLetter { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardLetter. |
AwardYear
Gets or sets the AwardYear associated with this AwardLetterPrintQueueEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CampusId
Gets or sets the CampusId associated with this AwardLetterPrintQueueEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AwardLetterPrintQueueEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Destination
Gets or sets the Destination associated with this AwardLetterPrintQueueEntity.
Declaration
public string Destination { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Destination. |
FaAdvisorId
Gets or sets the FaAdvisorId associated with this AwardLetterPrintQueueEntity.
Declaration
public int? FaAdvisorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaAdvisorId. |
Id
Gets or sets the Id associated with this AwardLetterPrintQueueEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AwardLetterPrintQueueEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AwardLetterPrintQueueEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this AwardLetterPrintQueueEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this AwardLetterPrintQueueEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this AwardLetterPrintQueueEntity.
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAcademicYearId. |
StudentId
Gets or sets the StudentId associated with this AwardLetterPrintQueueEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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()