Class FaShoppingSheet
This class represents the EntityModel interface to the FaShoppingSheet database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaShoppingSheet
Constructors
FaShoppingSheet()
Declaration
public FaShoppingSheet()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
| Type | Description |
|---|---|
| Campus |
CampusId
Gets or sets the CampusId associated with this FaShoppingSheet.
Declaration
public int CampusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The CampusId. |
CreatedByStaffUser
Declaration
public virtual Staff CreatedByStaffUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Staff |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this FaShoppingSheet.
Declaration
public int? CreatedByUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaShoppingSheet.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentEnrollmentPeriod |
Id
Gets or sets the Id associated with this FaShoppingSheet.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsQueued
Gets or sets the IsQueued associated with this FaShoppingSheet.
Declaration
public bool IsQueued { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsQueued. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaShoppingSheet.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaShoppingSheet.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| ProgramVersion |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this FaShoppingSheet.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The ProgramVersionId. |
SheetDataXml
Gets or sets the SheetDataXml associated with this FaShoppingSheet.
Declaration
public string SheetDataXml { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The SheetDataXml. |
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 FaShoppingSheet.
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StudentAcademicYearId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this FaShoppingSheet.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this FaShoppingSheet.
Declaration
public int? StudentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<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. |