Interface ILunyObjectRegistry
- Namespace
- Luny /
- Assembly
- Luny.dll
public interface ILunyObjectRegistry
Expand Details ...
Properties
AllObjects
IEnumerable<ILunyObject> AllObjects { get; }
Property Value
Count
Int32 Count { get; }
Property Value
Methods
Find(String)
ILunyObject Find(String objectName)
Parameters
| Type | Name | Description |
|---|---|---|
objectName |
Returns
GetCached(String)
ILunyObject GetCached(String objectName)
Parameters
| Type | Name | Description |
|---|---|---|
objectName |
Returns
TryGetByLunyID(LunyObjectId, out ILunyObject)
Boolean TryGetByLunyID(LunyObjectId lunyObjectID, out ILunyObject lunyObject)
Parameters
| Type | Name | Description |
|---|---|---|
lunyObjectID |
||
lunyObject |
Returns
- Boolean
TryGetByNativeId(LunyNativeObjectId, out ILunyObject)
Boolean TryGetByNativeId(LunyNativeObjectId lunyNativeObjectID, out ILunyObject lunyObject)
Parameters
| Type | Name | Description |
|---|---|---|
lunyNativeObjectID |
||
lunyObject |
Returns
- Boolean