Class RegistrationGroupTermEntity
This class represents the EntityModel interface to the AdRegistrationGroupTerm database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RegistrationGroupTermEntity : Entity, IIdentifiable, IAuditable
Constructors
RegistrationGroupTermEntity()
Declaration
public RegistrationGroupTermEntity()
Fields
AdvisementStudentGroupIdProperty
The AdvisementStudentGroupId property.
Declaration
public static readonly EntityProperty AdvisementStudentGroupIdProperty
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 |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GroupPriorityProperty
The GroupPriority property.
Declaration
public static readonly EntityProperty GroupPriorityProperty
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 |
InternalRegistrationBeginDateTimeProperty
The InternalRegistrationBeginDateTime property.
Declaration
public static readonly EntityProperty InternalRegistrationBeginDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InternalRegistrationEndDateTimeProperty
The InternalRegistrationEndDateTime property.
Declaration
public static readonly EntityProperty InternalRegistrationEndDateTimeProperty
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 |
OnLineRegistrationBeginDateTimeProperty
The OnLineRegistrationBeginDateTime property.
Declaration
public static readonly EntityProperty OnLineRegistrationBeginDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OnLineRegistrationEndDateTimeProperty
The OnLineRegistrationEndDateTime property.
Declaration
public static readonly EntityProperty OnLineRegistrationEndDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationGroupIdProperty
The RegistrationGroupId property.
Declaration
public static readonly EntityProperty RegistrationGroupIdProperty
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 |
Properties
AdvisementStudentGroupId
Gets or sets the AdvisementStudentGroupId associated with this RegistrationGroupTermEntity.
Declaration
public int? AdvisementStudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AdvisementStudentGroupId. |
CampusId
Gets or sets the CampusId associated with this RegistrationGroupTermEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RegistrationGroupTermEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GroupPriority
Gets or sets the GroupPriority associated with this RegistrationGroupTermEntity.
Declaration
public short GroupPriority { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The GroupPriority. |
Id
Gets or sets the Id associated with this RegistrationGroupTermEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InternalRegistrationBeginDateTime
Gets or sets the InternalRegistrationBeginDateTime associated with this RegistrationGroupTermEntity.
Declaration
public DateTime InternalRegistrationBeginDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The InternalRegistrationBeginDateTime. |
InternalRegistrationEndDateTime
Gets or sets the InternalRegistrationEndDateTime associated with this RegistrationGroupTermEntity.
Declaration
public DateTime InternalRegistrationEndDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The InternalRegistrationEndDateTime. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RegistrationGroupTermEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegistrationGroupTermEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OnLineRegistrationBeginDateTime
Gets or sets the OnLineRegistrationBeginDateTime associated with this RegistrationGroupTermEntity.
Declaration
public DateTime OnLineRegistrationBeginDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The OnLineRegistrationBeginDateTime. |
OnLineRegistrationEndDateTime
Gets or sets the OnLineRegistrationEndDateTime associated with this RegistrationGroupTermEntity.
Declaration
public DateTime OnLineRegistrationEndDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The OnLineRegistrationEndDateTime. |
RegistrationGroupId
Gets or sets the RegistrationGroupId associated with this RegistrationGroupTermEntity.
Declaration
public int RegistrationGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RegistrationGroupId. |
RowVersion
Gets or sets the RowVersion associated with this RegistrationGroupTermEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TermId
Gets or sets the TermId associated with this RegistrationGroupTermEntity.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
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()