Class AddEmployersToEmployerGroupRequest
Inheritance
System.Object
AddEmployersToEmployerGroupRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AddEmployersToEmployerGroupRequest : ServiceRequest
Constructors
AddEmployersToEmployerGroupRequest()
Declaration
public AddEmployersToEmployerGroupRequest()
Properties
EmployerGroupId
Declaration
public int EmployerGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EmployerGroupIdList
Declaration
public ICollection<int> EmployerGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
EmployerId
Declaration
public int EmployerId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EmployerIdList
Declaration
public ICollection<int> EmployerIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
IsCalledFromEmployer
Declaration
public bool IsCalledFromEmployer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsChangedToManual
Declaration
public bool IsChangedToManual { get; set; }
Property Value
Type |
Description |
System.Boolean |
|