Class StudentAwardFaaPromNotePrintAssignment
This class represents the EntityModel interface to the FaaPrintPromissoryNotes_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAwardFaaPromNotePrintAssignment
Constructors
StudentAwardFaaPromNotePrintAssignment()
Declaration
public StudentAwardFaaPromNotePrintAssignment()
Properties
AssignedStaffGroupId
Gets or sets the AssignedStaffGroupId associated with this StudentAwardFaaPromNotePrintAssignment.
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 StudentAwardFaaPromNotePrintAssignment.
Declaration
public int? AssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffId. |
AssignedStaffName
Gets or sets the AssignedStaffName associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string AssignedStaffName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AssignedStaffName. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusCode
Gets or sets the CampusCode associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string CampusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCode. |
CampusId
Gets or sets the CampusId associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstName
Gets or sets the FirstName associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
FirstPrintedDate
Gets or sets the FirstPrintedDate associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public DateTime? FirstPrintedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FirstPrintedDate. |
LastName
Gets or sets the LastName associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
PrintDate
Gets or sets the PrintDate associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public DateTime? PrintDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PrintDate. |
PrintedByFirstStaffId
Gets or sets the PrintedByFirstStaffId associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public int? PrintedByFirstStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrintedByFirstStaffId. |
PrintedByFirstStaffName
Gets or sets the PrintedByFirstStaffName associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string PrintedByFirstStaffName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrintedByFirstStaffName. |
PrintedByName
Gets or sets the PrintedByName associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string PrintedByName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrintedByName. |
Program
Declaration
public virtual Program Program { get; set; }
Property Value
Type | Description |
---|---|
Program |
ProgramId
Gets or sets the ProgramId associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public int ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramId. |
ProgramName
Gets or sets the ProgramName associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramName. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
ProgramVersion |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramVersionId. |
ProgramVersionName
Gets or sets the ProgramVersionName associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramVersionName. |
StaffGroupName
Gets or sets the StaffGroupName associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string StaffGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StaffGroupName. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
StudentId
Gets or sets the StudentId associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentName
Gets or sets the StudentName associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
StudentNumber
Gets or sets the StudentNumber associated with this StudentAwardFaaPromNotePrintAssignment.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
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. |