The ACType defines a type of an element. Used by a number of classes like: ACServerType, ACUnitType, ACStateType or ACEventType and more.
More...
|
| ACType (string id, string name, string iconKey, IEnumerable< ACProperty > properties, IEnumerable< string > categories) |
|
override bool | Equals (object obj) |
| Performs a strict compare between this and the specified element.
|
|
| ACElement (string id, string name, string iconKey, IEnumerable< ACProperty > properties) |
| Constructor for this class is not be used directly.
|
|
override bool | Equals (object obj) |
| Performs a strict compare between this and the specified element.
|
|
override int | GetHashCode () |
|
The ACType defines a type of an element. Used by a number of classes like: ACServerType, ACUnitType, ACStateType or ACEventType and more.
A plugin should not interit from this class.
◆ ACType()
VideoOS.Platform.AccessControl.Elements.ACType.ACType |
( |
string | id, |
|
|
string | name, |
|
|
string | iconKey, |
|
|
IEnumerable< ACProperty > | properties, |
|
|
IEnumerable< string > | categories ) |
|
inline |
◆ Equals()
override bool VideoOS.Platform.AccessControl.Elements.ACType.Equals |
( |
object | obj | ) |
|
|
inline |
Performs a strict compare between this and the specified element.
- Parameters
-
obj | The element to compare with |
- Returns
- True if the elemets are strictly identical. False if not.
◆ Categories
IEnumerable<string> VideoOS.Platform.AccessControl.Elements.ACType.Categories |
|
getprotected set |