Class EmployerGroupMemberEntity
This class represents the EntityModel interface to the SyEmpGrp database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class EmployerGroupMemberEntity : Entity, IIdentifiable
Constructors
EmployerGroupMemberEntity()
Declaration
public EmployerGroupMemberEntity()
Fields
AddedByUserIdProperty
The AddedByUserId property.
Declaration
public static readonly EntityProperty AddedByUserIdProperty
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 |
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 |
EmployerGroupIdProperty
The EmployerGroupId property.
Declaration
public static readonly EntityProperty EmployerGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmployerIdProperty
The EmployerId property.
Declaration
public static readonly EntityProperty EmployerIdProperty
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 |
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 |
Properties
AddedByUserId
Gets or sets the AddedByUserId associated with this EmployerGroupMemberEntity.
Declaration
public int AddedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AddedByUserId. |
CampusGroupId
Gets or sets the CampusGroupId associated with this EmployerGroupMemberEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this EmployerGroupMemberEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this EmployerGroupMemberEntity.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
EmployerGroupId
Gets or sets the EmployerGroupId associated with this EmployerGroupMemberEntity.
Declaration
public int EmployerGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmployerGroupId. |
EmployerId
Gets or sets the EmployerId associated with this EmployerGroupMemberEntity.
Declaration
public int EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmployerId. |
Id
Gets or sets the Id associated with this EmployerGroupMemberEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this EmployerGroupMemberEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this EmployerGroupMemberEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
RemovedByUserId
Gets or sets the RemovedByUserId associated with this EmployerGroupMemberEntity.
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 EmployerGroupMemberEntity.
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 EmployerGroupMemberEntity.
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()