Class GetAzManItemsRequest
Represents the a request for the GetAzManItems method.
Inheritance
System.Object
GetAzManItemsRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetAzManItemsRequest : ServiceRequest
Constructors
GetAzManItemsRequest()
Declaration
public GetAzManItemsRequest()
Properties
FilterText
Declaration
public string FilterText { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemType
Declaration
public AzManItemType ItemType { get; set; }
Property Value
ShowBuiltInTasks
Declaration
public bool ShowBuiltInTasks { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowOperations
Declaration
public bool ShowOperations { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowRoles
Declaration
public bool ShowRoles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowTasks
Declaration
public bool ShowTasks { get; set; }
Property Value
Type |
Description |
System.Boolean |
|