Class RegistrationRuleEntity
This class represents the EntityModel interface to the AdRegistrationLock database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RegistrationRuleEntity : Entity, IIdentifiable, IAuditable
Constructors
RegistrationRuleEntity()
Declaration
public RegistrationRuleEntity()
Fields
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 |
IsDropCoursesIncludedInNumberLimitProperty
The IsDropCoursesIncludedInNumberLimit property.
Declaration
public static readonly EntityProperty IsDropCoursesIncludedInNumberLimitProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsLoaCoursesIncludedInNumberLimitProperty
The IsLoaCoursesIncludedInNumberLimit property.
Declaration
public static readonly EntityProperty IsLoaCoursesIncludedInNumberLimitProperty
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 |
NumberLimitProperty
The NumberLimit property.
Declaration
public static readonly EntityProperty NumberLimitProperty
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 |
RuleTypeProperty
The RuleType property.
Declaration
public static readonly EntityProperty RuleTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentGroupIdProperty
The StudentGroupId property.
Declaration
public static readonly EntityProperty StudentGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
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 |
TermTypeProperty
The TermType property.
Declaration
public static readonly EntityProperty TermTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UnitTypeProperty
The UnitType property.
Declaration
public static readonly EntityProperty UnitTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RegistrationRuleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this RegistrationRuleEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDropCoursesIncludedInNumberLimit
Gets or sets the IsDropCoursesIncludedInNumberLimit associated with this RegistrationRuleEntity.
Declaration
public bool IsDropCoursesIncludedInNumberLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDropCoursesIncludedInNumberLimit. |
IsLoaCoursesIncludedInNumberLimit
Gets or sets the IsLoaCoursesIncludedInNumberLimit associated with this RegistrationRuleEntity.
Declaration
public bool IsLoaCoursesIncludedInNumberLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsLoaCoursesIncludedInNumberLimit. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RegistrationRuleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegistrationRuleEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NumberLimit
Gets or sets the NumberLimit associated with this RegistrationRuleEntity.
Declaration
public decimal? NumberLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The NumberLimit. |
RowVersion
Gets or sets the RowVersion associated with this RegistrationRuleEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RuleType
Gets or sets the RuleType associated with this RegistrationRuleEntity.
Declaration
public string RuleType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RuleType. |
StudentGroupId
Gets or sets the StudentGroupId associated with this RegistrationRuleEntity.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
StudentId
Gets or sets the StudentId associated with this RegistrationRuleEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
TermId
Gets or sets the TermId associated with this RegistrationRuleEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TermType
Gets or sets the TermType associated with this RegistrationRuleEntity.
Declaration
public string TermType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TermType. |
UnitType
Gets or sets the UnitType associated with this RegistrationRuleEntity.
Declaration
public string UnitType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UnitType. |
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()