Show / Hide Table of Contents

Class GlobalRefBase

Inheritance
System.Object
GlobalRefBase
GlobalRef<T>
Implements
IController
IViewController
IHasUniversalID
Namespace: Eco.Core.Systems
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

IController
IViewController
IHasUniversalID

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾