Class AwardLetterPrintQueue
This class represents the EntityModel interface to the FaAwardLetterQueue database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AwardLetterPrintQueue
Constructors
AwardLetterPrintQueue()
Declaration
public AwardLetterPrintQueue()
Properties
AwardLetter
Gets or sets the AwardLetter associated with this AwardLetterPrintQueue.
Declaration
public string AwardLetter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AwardLetter. |
AwardYear
Gets or sets the AwardYear associated with this AwardLetterPrintQueue.
Declaration
public string AwardYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AwardYear. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
| Type | Description |
|---|---|
| Campus |
CampusId
Gets or sets the CampusId associated with this AwardLetterPrintQueue.
Declaration
public int CampusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AwardLetterPrintQueue.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
Destination
Gets or sets the Destination associated with this AwardLetterPrintQueue.
Declaration
public string Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Destination. |
FaAdvisorId
Gets or sets the FaAdvisorId associated with this AwardLetterPrintQueue.
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 AwardLetterPrintQueue.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AwardLetterPrintQueue.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AwardLetterPrintQueue.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Status
Gets or sets the Status associated with this AwardLetterPrintQueue.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Status. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
| Type | Description |
|---|---|
| Student |
StudentAcademicYear
Declaration
public virtual StudentAcademicYear StudentAcademicYear { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentAcademicYear |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this AwardLetterPrintQueue.
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StudentAcademicYearId. |
StudentId
Gets or sets the StudentId associated with this AwardLetterPrintQueue.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |