Show / Hide Table of Contents

Class WMPermissionOperation

An operation that can act on a WMPermissionResource

Inheritance
object
WMPermissionOperation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Auth.Model.UserAccess
Assembly: WMServer.dll
Syntax
public class WMPermissionOperation

Constructors

WMPermissionOperation()

Standard constructor. Sets the ID as a random GUID.

Declaration
public WMPermissionOperation()

WMPermissionOperation(string)

Standard constructor. Assigns the ID.

Declaration
public WMPermissionOperation(string id)
Parameters
Type Name Description
string id

Properties

ID

ID of this entity.

Declaration
public string ID { get; }
Property Value
Type Description
string

Name

The name of this operation

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PermissionResourceID

The WMPermissionResource this operation acts on.

Declaration
public string PermissionResourceID { get; set; }
Property Value
Type Description
string

Status

Whether this operation is active.

Declaration
public int Status { get; set; }
Property Value
Type Description
int
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE