Class IdCardConsoleComponent.IdCardConsoleBoundUserInterfaceState
Inheritance
System.Object
IdCardConsoleComponent.IdCardConsoleBoundUserInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class IdCardConsoleBoundUserInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
IdCardConsoleBoundUserInterfaceState(Boolean, Boolean, Boolean, Nullable<String>, Nullable<String>, String[], String[], String, String, String)
Declaration
public IdCardConsoleBoundUserInterfaceState(bool isPrivilegedIdPresent, bool isPrivilegedIdAuthorized, bool isTargetIdPresent, string? targetIdFullName, string? targetIdJobTitle, string[] targetIdAccessList, string[] allowedModifyAccessList, string targetIdJobPrototype, string privilegedIdName, string targetIdName)
Parameters
Type |
Name |
Description |
System.Boolean |
isPrivilegedIdPresent |
|
System.Boolean |
isPrivilegedIdAuthorized |
|
System.Boolean |
isTargetIdPresent |
|
System.Nullable<System.String> |
targetIdFullName |
|
System.Nullable<System.String> |
targetIdJobTitle |
|
System.String[] |
targetIdAccessList |
|
System.String[] |
allowedModifyAccessList |
|
System.String |
targetIdJobPrototype |
|
System.String |
privilegedIdName |
|
System.String |
targetIdName |
|
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
IsTargetIdPresent
Declaration
public readonly bool IsTargetIdPresent
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PrivilegedIdName
Declaration
public readonly string PrivilegedIdName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TargetIdAccessList
Declaration
public readonly string[] TargetIdAccessList
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
TargetIdFullName
Declaration
public readonly string? TargetIdFullName
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
TargetIdJobPrototype
Declaration
public readonly string TargetIdJobPrototype
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TargetIdJobTitle
Declaration
public readonly string? TargetIdJobTitle
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
TargetIdName
Declaration
public readonly string TargetIdName
Field Value
Type |
Description |
System.String |
|