Class RegistrationGroupEntity
This class represents the EntityModel interface to the AdRegistrationGroup database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RegistrationGroupEntity : Entity, IIdentifiable, IAuditable
Constructors
RegistrationGroupEntity()
Declaration
public RegistrationGroupEntity()
Fields
AdvisementTypeProperty
The AdvisementType property.
Declaration
public static readonly EntityProperty AdvisementTypeProperty
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 |
CampusGroupProperty
The CampusGroup property.
Declaration
public static readonly EntityProperty CampusGroupProperty
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 |
CriteriaProperty
The Criteria property.
Declaration
public static readonly EntityProperty CriteriaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CriteriaValueRangesProperty
The CriteriaValueRanges property.
Declaration
public static readonly EntityProperty CriteriaValueRangesProperty
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 |
IsAdvisementRequiredProperty
The IsAdvisementRequired property.
Declaration
public static readonly EntityProperty IsAdvisementRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsUsedInternalProperty
The IsUsedInternal property.
Declaration
public static readonly EntityProperty IsUsedInternalProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsUsedOnlineProperty
The IsUsedOnline property.
Declaration
public static readonly EntityProperty IsUsedOnlineProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdvisementType
Gets or sets the AdvisementType associated with this RegistrationGroupEntity.
Declaration
public string AdvisementType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdvisementType. |
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this RegistrationGroupEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
CampusId
Gets or sets the CampusId for RegistrationGroupEntity. CampusId is taken from dropdownlist above grid
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusIds
Gets or sets the CampusIds for RegistrationGroupEntity.
Declaration
public List<int> CampusIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
Code
Gets or sets the Code associated with this RegistrationGroupEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RegistrationGroupEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Criteria
Declaration
public virtual EntityCollection<RegistrationGroupCriteriaListEntity> Criteria { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<RegistrationGroupCriteriaListEntity> |
CriteriaValueRanges
Declaration
public virtual EntityCollection<RegistrationGroupCriteriaListValueRangeEntity> CriteriaValueRanges { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<RegistrationGroupCriteriaListValueRangeEntity> |
Id
Gets or sets the Id associated with this RegistrationGroupEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this RegistrationGroupEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAdvisementRequired
Gets or sets the IsAdvisementRequired associated with this RegistrationGroupEntity.
Declaration
public bool IsAdvisementRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAdvisementRequired. |
IsUsedInternal
Gets or sets the IsUsedInternal associated with this RegistrationGroupEntity.
Declaration
public bool IsUsedInternal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUsedInternal. |
IsUsedOnline
Gets or sets the IsUsedOnline associated with this RegistrationGroupEntity.
Declaration
public bool IsUsedOnline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUsedOnline. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RegistrationGroupEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegistrationGroupEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this RegistrationGroupEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
RowVersion
Gets or sets the RowVersion associated with this RegistrationGroupEntity.
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()