Class AutoAwardConfiguration
This class represents the EntityModel interface to the FaAutoAwardPopulationConfiguration database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AutoAwardConfiguration
Constructors
AutoAwardConfiguration()
Declaration
public AutoAwardConfiguration()
Properties
AcademicYearFromDate
Gets or sets the AcademicYearFromDate associated with this AutoAwardConfiguration.
Declaration
public DateTime? AcademicYearFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AcademicYearFromDate. |
AcademicYearToDate
Gets or sets the AcademicYearToDate associated with this AutoAwardConfiguration.
Declaration
public DateTime? AcademicYearToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AcademicYearToDate. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this AutoAwardConfiguration.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
CampusId
Gets or sets the CampusId associated with this AutoAwardConfiguration.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
Code
Gets or sets the Code associated with this AutoAwardConfiguration.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardConfiguration.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EnrollmentFromDate
Gets or sets the EnrollmentFromDate associated with this AutoAwardConfiguration.
Declaration
public DateTime? EnrollmentFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EnrollmentFromDate. |
EnrollmentToDate
Gets or sets the EnrollmentToDate associated with this AutoAwardConfiguration.
Declaration
public DateTime? EnrollmentToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EnrollmentToDate. |
Id
Gets or sets the Id associated with this AutoAwardConfiguration.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this AutoAwardConfiguration.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsirReceivedFromDate
Gets or sets the IsirReceivedFromDate associated with this AutoAwardConfiguration.
Declaration
public DateTime? IsirReceivedFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IsirReceivedFromDate. |
IsirReceivedToDate
Gets or sets the IsirReceivedToDate associated with this AutoAwardConfiguration.
Declaration
public DateTime? IsirReceivedToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IsirReceivedToDate. |
IsNotAnotherPopulation
Gets or sets the IsNotAnotherPopulation associated with this AutoAwardConfiguration.
Declaration
public bool IsNotAnotherPopulation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNotAnotherPopulation. |
IsUsedForRepackaging
Gets or sets the IsUsedForRepackaging associated with this AutoAwardConfiguration.
Declaration
public bool IsUsedForRepackaging { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUsedForRepackaging. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardConfiguration.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardConfiguration.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this AutoAwardConfiguration.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NumberOfDaysPastAcYrStartDate
Gets or sets the NumberOfDaysPastAcYrStartDate associated with this AutoAwardConfiguration.
Declaration
public int? NumberOfDaysPastAcYrStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberOfDaysPastAcYrStartDate. |
NumberOfDaysPriorAcYrStartDate
Gets or sets the NumberOfDaysPriorAcYrStartDate associated with this AutoAwardConfiguration.
Declaration
public int? NumberOfDaysPriorAcYrStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberOfDaysPriorAcYrStartDate. |
PopulationCriteria
Gets or sets the PopulationCriteria associated with this AutoAwardConfiguration.
Declaration
public string PopulationCriteria { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PopulationCriteria. |
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. |