Show / Hide Table of Contents

Class AccessOverriderComponent.AccessOverriderBoundUserInterfaceState

Inheritance
System.Object
AccessOverriderComponent.AccessOverriderBoundUserInterfaceState
Namespace: Content.Shared.Access.Components
Assembly: Content.Shared.dll
Syntax
public sealed class AccessOverriderBoundUserInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

AccessOverriderBoundUserInterfaceState(Boolean, Boolean, String[], String[], String[], String, String, Color)

Declaration
public AccessOverriderBoundUserInterfaceState(bool isPrivilegedIdPresent, bool isPrivilegedIdAuthorized, string[] targetAccessReaderIdAccessList, string[] allowedModifyAccessList, string[] missingPrivilegesList, string privilegedIdName, string targetLabel, Color targetLabelColor)
Parameters
Type Name Description
System.Boolean isPrivilegedIdPresent
System.Boolean isPrivilegedIdAuthorized
System.String[] targetAccessReaderIdAccessList
System.String[] allowedModifyAccessList
System.String[] missingPrivilegesList
System.String privilegedIdName
System.String targetLabel
Color targetLabelColor

Fields

| Improve this Doc View Source

AllowedModifyAccessList

Declaration
public readonly string[] AllowedModifyAccessList
Field Value
Type Description
System.String[]
| Improve this Doc View Source

IsPrivilegedIdAuthorized

Declaration
public readonly bool IsPrivilegedIdAuthorized
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPrivilegedIdPresent

Declaration
public readonly bool IsPrivilegedIdPresent
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

MissingPrivilegesList

Declaration
public readonly string[] MissingPrivilegesList
Field Value
Type Description
System.String[]
| Improve this Doc View Source

PrivilegedIdName

Declaration
public readonly string PrivilegedIdName
Field Value
Type Description
System.String
| Improve this Doc View Source

TargetAccessReaderIdAccessList

Declaration
public readonly string[] TargetAccessReaderIdAccessList
Field Value
Type Description
System.String[]
| Improve this Doc View Source

TargetLabel

Declaration
public readonly string TargetLabel
Field Value
Type Description
System.String
| Improve this Doc View Source

TargetLabelColor

Declaration
public readonly Color TargetLabelColor
Field Value
Type Description
Color
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾