Class ControllerListAlias
Inheritance
System.Object
ControllerListAlias
Namespace: Eco.Gameplay.Aliases
Assembly: Eco.Gameplay.dll
Syntax
public class ControllerListAlias : ControllerList<IAlias>
Constructors
ControllerListAlias()
Declaration
protected ControllerListAlias()
ControllerListAlias(IThreadSafeSubscriptions, IController, String)
Declaration
public ControllerListAlias(IThreadSafeSubscriptions subs, IController parent, string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| IThreadSafeSubscriptions | subs | |
| IController | parent | |
| System.String | propertyName |
Fields
UserSetChanged
Called when the built list of all users in all aliases changes.
Declaration
public ThreadSafeAction UserSetChanged
Field Value
| Type | Description |
|---|---|
| ThreadSafeAction |
Properties
UserSet
Declaration
public ThreadSafeHashSet<User> UserSet { get; }
Property Value
| Type | Description |
|---|---|
| ThreadSafeHashSet<User> |