Class ControllerAliasSet
Inheritance
System.Object
ControllerAliasSet
Assembly: Eco.Gameplay.dll
Syntax
public class ControllerAliasSet : ControllerHashSet<IAlias>
Constructors
ControllerAliasSet()
Declaration
public ControllerAliasSet()
ControllerAliasSet(IController, String)
Declaration
public ControllerAliasSet(IController parent, string propertyName)
Parameters
Type |
Name |
Description |
IController |
parent |
|
System.String |
propertyName |
|
Properties
UserSetChangedEvent
Declaration
public ThreadSafeAction<IEnumerable<User>> UserSetChangedEvent { get; set; }
Property Value
Methods
Destroy()
Declaration
HasUser(User)
Declaration
public bool HasUser(User user)
Parameters
Type |
Name |
Description |
User |
user |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods