Class SecurityConsoleExportRequest
Inheritance
System.Object
SecurityConsoleExportRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SecurityConsoleExportRequest : ServiceRequest
Constructors
SecurityConsoleExportRequest()
Declaration
public SecurityConsoleExportRequest()
Properties
GroupIdList
Declaration
public List<int> GroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
IsAllGroupSelection
Declaration
public bool IsAllGroupSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllRoleSelection
Declaration
public bool IsAllRoleSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllStaffSelection
Declaration
public bool IsAllStaffSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllTaskSelection
Declaration
public bool IsAllTaskSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RoleIdList
Declaration
public List<int> RoleIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StaffIdList
Declaration
public List<int> StaffIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
TaskIdList
Declaration
public List<int> TaskIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|