Beamable SDK
Classes | Public Attributes | Properties | List of all members
Beamable.Server.Editor.MicroserviceReflectionCache Class Reference
Inheritance diagram for Beamable.Server.Editor.MicroserviceReflectionCache:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.Editor.MicroserviceReflectionCache:
Collaboration graph
[legend]

Classes

class  Registry
 

Public Attributes

Registry Cache
 
- Public Attributes inherited from Beamable.Reflection.ReflectionSystemObject
bool Enabled = true
 
int Priority
 

Properties

override IReflectionSystem System [get]
 
override IReflectionTypeProvider TypeProvider [get]
 
override Type SystemType [get]
 
- Properties inherited from Beamable.Reflection.ReflectionSystemObject
abstract IReflectionSystem System [get]
 The IReflectionSystem instance. There are two common options here:

  • Implement IReflectionSystem in the scriptable object inheriting from this class and return "this" to in the implementation of this property.
  • Implement IReflectionSystem in another regular old C# class.
More...
 
abstract IReflectionTypeProvider TypeProvider [get]
 Returns the IReflectionTypeProvider that informs the ReflectionCache which types this system cares about. Usually will be the same as the System object.
 
abstract Type SystemType [get]
 The concrete type of the System.
 

The documentation for this class was generated from the following file: