Class WMResourceOperationArgs
Arguments passed via API that detail a resource and its supported operations. This class acts as a view that joins all relevant information into a single API call return object.
Inherited Members
Namespace: Quantellia.WMServer.Auth.Model.UserAccess.Permission
Assembly: WMServer.dll
Syntax
public class WMResourceOperationArgs
Constructors
WMResourceOperationArgs(string)
Standard constructor.
Declaration
public WMResourceOperationArgs(string ID)
Parameters
Type | Name | Description |
---|---|---|
string | ID |
Properties
ApplicationID
The application this resource exists in. WMServerApplicationID for WMServer static resources.
Declaration
public string ApplicationID { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
The description of this resource.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ID
ID of this entity.
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
string |
Name
The name of this resource.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Operations
Operations supported by this resource.
Declaration
public List<WMResourceOperationArgs.OperationArgs> Operations { get; set; }
Property Value
Type | Description |
---|---|
List<WMResourceOperationArgs.OperationArgs> |
Status
Whether this resource is active.
Declaration
public int Status { get; set; }
Property Value
Type | Description |
---|---|
int |