Interface ILunyObjectRegistry
- Namespace
- Luny
- Assembly
- Luny.dll
public interface ILunyObjectRegistry
Properties
AllObjects
IEnumerable<ILunyObject> AllObjects { get; }
Property Value
- IEnumerable<ILunyObject>
Count
int Count { get; }
Property Value
- int
Methods
Find(string)
ILunyObject Find(string objectName)
Parameters
objectNamestring
Returns
GetCached(string)
ILunyObject GetCached(string objectName)
Parameters
objectNamestring
Returns
TryGetByLunyID(LunyObjectId, out ILunyObject)
bool TryGetByLunyID(LunyObjectId lunyObjectID, out ILunyObject lunyObject)
Parameters
lunyObjectIDLunyObjectIdlunyObjectILunyObject
Returns
- bool
TryGetByNativeId(LunyNativeObjectId, out ILunyObject)
bool TryGetByNativeId(LunyNativeObjectId lunyNativeObjectID, out ILunyObject lunyObject)
Parameters
lunyNativeObjectIDLunyNativeObjectIdlunyObjectILunyObject
Returns
- bool