Class AcademicSessionTermEntity
This class represents the EntityModel interface to the AdAcademicSessionTerm database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class AcademicSessionTermEntity : Entity, IIdentifiable
Constructors
AcademicSessionTermEntity()
Declaration
public AcademicSessionTermEntity()
Fields
AcademicSessionIdProperty
The AcademicSessionId property.
Declaration
public static readonly EntityProperty AcademicSessionIdProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAllowDropProperty
The IsAllowDrop property.
Declaration
public static readonly EntityProperty IsAllowDropProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAllowRegisterProperty
The IsAllowRegister property.
Declaration
public static readonly EntityProperty IsAllowRegisterProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAllowUnregisterProperty
The IsAllowUnregister property.
Declaration
public static readonly EntityProperty IsAllowUnregisterProperty
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 |
MaxCreditsProperty
The MaxCredits property.
Declaration
public static readonly EntityProperty MaxCreditsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinCreditsProperty
The MinCredits property.
Declaration
public static readonly EntityProperty MinCreditsProperty
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 |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermOrderProperty
The TermOrder property.
Declaration
public static readonly EntityProperty TermOrderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicSessionId
Gets or sets the AcademicSessionId associated with this AcademicSessionTermEntity.
Declaration
public int AcademicSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AcademicSessionId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AcademicSessionTermEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this AcademicSessionTermEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAllowDrop
Gets or sets the IsAllowDrop associated with this AcademicSessionTermEntity.
Declaration
public bool IsAllowDrop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllowDrop. |
IsAllowRegister
Gets or sets the IsAllowRegister associated with this AcademicSessionTermEntity.
Declaration
public bool IsAllowRegister { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllowRegister. |
IsAllowUnregister
Gets or sets the IsAllowUnregister associated with this AcademicSessionTermEntity.
Declaration
public bool IsAllowUnregister { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllowUnregister. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AcademicSessionTermEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
MaxCredits
Gets or sets the MaxCredits associated with this AcademicSessionTermEntity.
Declaration
public decimal MaxCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxCredits. |
MinCredits
Gets or sets the MinCredits associated with this AcademicSessionTermEntity.
Declaration
public decimal MinCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinCredits. |
RowVersion
Gets or sets the RowVersion associated with this AcademicSessionTermEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TermId
Gets or sets the TermId associated with this AcademicSessionTermEntity.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
TermOrder
Gets or sets the TermOrder associated with this AcademicSessionTermEntity.
Declaration
public int TermOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermOrder. |
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()