Class AccessReaderComponentState
Inheritance
System.Object
AccessReaderComponentState
Assembly: Content.Shared.dll
Syntax
public sealed class AccessReaderComponentState : ComponentState
Constructors
|
Improve this Doc
View Source
AccessReaderComponentState(Boolean, HashSet<String>, List<HashSet<String>>, List<(NetEntity, UInt32)>)
Declaration
public AccessReaderComponentState(bool enabled, HashSet<string> denyTags, List<HashSet<string>> accessLists, List<(NetEntity, uint)> accessKeys)
Parameters
Type |
Name |
Description |
System.Boolean |
enabled |
|
HashSet<System.String> |
denyTags |
|
List<HashSet<System.String>> |
accessLists |
|
List<System.ValueTuple<NetEntity, System.UInt32>> |
accessKeys |
|
Fields
|
Improve this Doc
View Source
AccessKeys
Declaration
public List<(NetEntity, uint)> AccessKeys
Field Value
Type |
Description |
List<System.ValueTuple<NetEntity, System.UInt32>> |
|
|
Improve this Doc
View Source
AccessLists
Declaration
public List<HashSet<string>> AccessLists
Field Value
Type |
Description |
List<HashSet<System.String>> |
|
|
Improve this Doc
View Source
DenyTags
Declaration
public HashSet<string> DenyTags
Field Value
Type |
Description |
HashSet<System.String> |
|
|
Improve this Doc
View Source
Enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|