Show / Hide Table of Contents

Struct AclRequest

Struct representing a resource ACL request

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: Slipe.Server.Acl
Assembly: SlipeServer.dll
Syntax
public struct AclRequest

Constructors

| Improve this Doc View Source

AclRequest(Object)

Create an ACLRequest from an mta request table

Declaration
public AclRequest(dynamic request)
Parameters
Type Name Description
Object request
| Improve this Doc View Source

AclRequest(String, Boolean, Boolean, String, String)

Create a new ACLRequest

Declaration
public AclRequest(string name, bool access, bool pending, string who, string date)
Parameters
Type Name Description
String name
Boolean access
Boolean pending
String who
String date

Fields

| Improve this Doc View Source

Access

Declaration
public bool Access
Field Value
Type Description
Boolean
| Improve this Doc View Source

Date

Declaration
public string Date
Field Value
Type Description
String
| Improve this Doc View Source

Name

Declaration
public string Name
Field Value
Type Description
String
| Improve this Doc View Source

Pending

Declaration
public bool Pending
Field Value
Type Description
Boolean
| Improve this Doc View Source

Who

Declaration
public string Who
Field Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX