Class PrivilegeSection
Inheritance
System.Object
PrivilegeSection
Syntax
public class PrivilegeSection : VisualElement
Constructors
PrivilegeSection()
Declaration
public PrivilegeSection()
PrivilegeSection(String, Privilege.Category)
Declaration
public PrivilegeSection(string label, Privilege.Category category)
Parameters
Fields
bodyUssClassName
Declaration
public static readonly string bodyUssClassName
Field Value
| Type |
Description |
| System.String |
|
containerUssClassName
Declaration
public static readonly string containerUssClassName
Field Value
| Type |
Description |
| System.String |
|
emptyLabelUssClassName
Declaration
public static readonly string emptyLabelUssClassName
Field Value
| Type |
Description |
| System.String |
|
emptyVariantUssClassName
Declaration
public static readonly string emptyVariantUssClassName
Field Value
| Type |
Description |
| System.String |
|
Declaration
public static readonly string headerUssClassName
Field Value
| Type |
Description |
| System.String |
|
hiddenVariantEmptyLabelUssClassName
Declaration
public static readonly string hiddenVariantEmptyLabelUssClassName
Field Value
| Type |
Description |
| System.String |
|
listViewUssClassName
Declaration
public static readonly string listViewUssClassName
Field Value
| Type |
Description |
| System.String |
|
ussClassName
Declaration
public static readonly string ussClassName
Field Value
| Type |
Description |
| System.String |
|
Properties
category
Declaration
public Privilege.Category category { get; set; }
Property Value
filterCallback
Declaration
public Func<string, bool> filterCallback { get; set; }
Property Value
| Type |
Description |
| System.Func<System.String, System.Boolean> |
|
forceCallback
Declaration
public Func<string, bool> forceCallback { get; set; }
Property Value
| Type |
Description |
| System.Func<System.String, System.Boolean> |
|
label
Declaration
public string label { get; set; }
Property Value
| Type |
Description |
| System.String |
|
settings
Declaration
public MagicLeapManifestSettings settings { get; set; }
Property Value
Methods
Refresh()
Declaration