Class ExcusedAbsencePolicyCodeDetailEntity
This class represents the EntityModel interface to the faExcusedAbsencePolicyDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ExcusedAbsencePolicyCodeDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
ExcusedAbsencePolicyCodeDetailEntity()
Declaration
public ExcusedAbsencePolicyCodeDetailEntity()
Fields
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 |
EffectiveBeginDateProperty
The EffectiveBeginDate property.
Declaration
public static readonly EntityProperty EffectiveBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveEndDateProperty
The EffectiveEndDate property.
Declaration
public static readonly EntityProperty EffectiveEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExcusedAbsencePercentageProperty
The ExcusedAbsencePercentage property.
Declaration
public static readonly EntityProperty ExcusedAbsencePercentageProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExcusedAbsencePolicyCodeIdProperty
The ExcusedAbsencePolicyCodeId property.
Declaration
public static readonly EntityProperty ExcusedAbsencePolicyCodeIdProperty
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 |
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 |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
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
CampusId
Gets or sets the CampusId associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Code
Gets or sets the Code associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveBeginDate
Gets or sets the EffectiveBeginDate associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public DateTime? EffectiveBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveBeginDate. |
EffectiveEndDate
Gets or sets the EffectiveEndDate associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public DateTime? EffectiveEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveEndDate. |
ExcusedAbsencePercentage
Gets or sets the ExcusedAbsencePercentage associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public int? ExcusedAbsencePercentage { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ExcusedAbsencePercentage. |
ExcusedAbsencePolicyCodeId
Gets or sets the ExcusedAbsencePolicyCodeId associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public int? ExcusedAbsencePolicyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ExcusedAbsencePolicyCodeId. |
Id
Gets or sets the Id associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
ProgramId
Declaration
public int ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProgramVersion
Declaration
public string ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this ExcusedAbsencePolicyCodeDetailEntity.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
RowVersion
Gets or sets the RowVersion associated with this ExcusedAbsencePolicyCodeDetailEntity.
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()