Class StudentGroupMemberEntity
This class represents the EntityModel interface to the SyStudGrp database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class StudentGroupMemberEntity : Entity, IIdentifiable
Constructors
StudentGroupMemberEntity()
Declaration
public StudentGroupMemberEntity()
Fields
AddedByUserIdProperty
The AddedByUserId property.
Declaration
public static readonly EntityProperty AddedByUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardYearProperty
The AwardYear property.
Declaration
public static readonly EntityProperty AwardYearProperty
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 |
EffectiveDateProperty
The EffectiveDate property.
Declaration
public static readonly EntityProperty EffectiveDateProperty
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 |
IsManualUpdatedProperty
The IsManualUpdated property.
Declaration
public static readonly EntityProperty IsManualUpdatedProperty
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 |
RemovedByUserIdProperty
The RemovedByUserId property.
Declaration
public static readonly EntityProperty RemovedByUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RemovedDateProperty
The RemovedDate property.
Declaration
public static readonly EntityProperty RemovedDateProperty
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 |
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 |
Properties
AddedByUserId
Gets or sets the AddedByUserId associated with this StudentGroupMemberEntity.
Declaration
public int? AddedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AddedByUserId. |
AwardYear
Gets or sets the AwardYear associated with this StudentGroupMemberEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CampusId
Gets or sets the CampusId associated with this StudentGroupMemberEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentGroupMemberEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this StudentGroupMemberEntity.
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveDate. |
Id
Gets or sets the Id associated with this StudentGroupMemberEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StudentGroupMemberEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsManualUpdated
Gets or sets the IsManualUpdated associated with this StudentGroupMemberEntity.
Declaration
public bool IsManualUpdated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManualUpdated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentGroupMemberEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
RemovedByUserId
Gets or sets the RemovedByUserId associated with this StudentGroupMemberEntity.
Declaration
public int? RemovedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RemovedByUserId. |
RemovedDate
Gets or sets the RemovedDate associated with this StudentGroupMemberEntity.
Declaration
public DateTime? RemovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RemovedDate. |
RowVersion
Gets or sets the RowVersion associated with this StudentGroupMemberEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentGroupId
Gets or sets the StudentGroupId associated with this StudentGroupMemberEntity.
Declaration
public int StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentGroupId. |
StudentId
Gets or sets the StudentId associated with this StudentGroupMemberEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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()