Class AutoAwardConfigurationEntity
This class represents the EntityModel interface to the FaAutoAwardPopulationConfiguration database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoAwardConfigurationEntity : Entity, IIdentifiable, IAuditable
Constructors
AutoAwardConfigurationEntity()
Declaration
public AutoAwardConfigurationEntity()
Fields
AcademicYearFromDateProperty
The AcademicYearFromDate property.
Declaration
public static readonly EntityProperty AcademicYearFromDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AcademicYearToDateProperty
The AcademicYearToDate property.
Declaration
public static readonly EntityProperty AcademicYearToDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
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 |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
EnrollmentFromDateProperty
The EnrollmentFromDate property.
Declaration
public static readonly EntityProperty EnrollmentFromDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EnrollmentToDateProperty
The EnrollmentToDate property.
Declaration
public static readonly EntityProperty EnrollmentToDateProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsirReceivedFromDateProperty
The IsirReceivedFromDate property.
Declaration
public static readonly EntityProperty IsirReceivedFromDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsirReceivedToDateProperty
The IsirReceivedToDate property.
Declaration
public static readonly EntityProperty IsirReceivedToDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsNotAnotherPopulationProperty
The IsNotAnotherPopulation property.
Declaration
public static readonly EntityProperty IsNotAnotherPopulationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsUsedForRepackagingProperty
The IsUsedForRepackaging property.
Declaration
public static readonly EntityProperty IsUsedForRepackagingProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumberOfDaysPastAcYrStartDateProperty
The NumberOfDaysPastAcYrStartDate property.
Declaration
public static readonly EntityProperty NumberOfDaysPastAcYrStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumberOfDaysPriorAcYrStartDateProperty
The NumberOfDaysPriorAcYrStartDate property.
Declaration
public static readonly EntityProperty NumberOfDaysPriorAcYrStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PopulationCriteriaProperty
The PopulationCriteria property.
Declaration
public static readonly EntityProperty PopulationCriteriaProperty
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 |
Properties
AcademicYearFromDate
Gets or sets the AcademicYearFromDate associated with this AutoAwardConfigurationEntity.
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 AutoAwardConfigurationEntity.
Declaration
public DateTime? AcademicYearToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AcademicYearToDate. |
CampusGroupId
Gets or sets the CampusGroupId associated with this AutoAwardConfigurationEntity.
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 AutoAwardConfigurationEntity.
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 AutoAwardConfigurationEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardConfigurationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EnrollmentFromDate
Gets or sets the EnrollmentFromDate associated with this AutoAwardConfigurationEntity.
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 AutoAwardConfigurationEntity.
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 AutoAwardConfigurationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this AutoAwardConfigurationEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsirReceivedFromDate
Gets or sets the IsirReceivedFromDate associated with this AutoAwardConfigurationEntity.
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 AutoAwardConfigurationEntity.
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 AutoAwardConfigurationEntity.
Declaration
public bool IsNotAnotherPopulation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNotAnotherPopulation. |
IsUsedForRepackaging
Gets or sets the IsUsedForRepackaging associated with this AutoAwardConfigurationEntity.
Declaration
public bool IsUsedForRepackaging { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUsedForRepackaging. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardConfigurationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardConfigurationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this AutoAwardConfigurationEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NumberOfDaysPastAcYrStartDate
Gets or sets the NumberOfDaysPastAcYrStartDate associated with this AutoAwardConfigurationEntity.
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 AutoAwardConfigurationEntity.
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 AutoAwardConfigurationEntity.
Declaration
public string PopulationCriteria { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PopulationCriteria. |
RowVersion
Gets or sets the RowVersion associated with this AutoAwardConfigurationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()