Class GlobalRefBase
Inheritance
System.Object
GlobalRefBase
Assembly: Eco.Core.dll
Syntax
public abstract class GlobalRefBase : Object, IController, IViewController, IHasUniversalID
Constructors
GlobalRefBase()
Declaration
protected GlobalRefBase()
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
[SyncToView(null, true)]
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
[SyncToView(null, true)]
public Type Type { get; set; }
Property Value
Type |
Description |
System.Type |
|
Implements
Extension Methods