Table of Contents

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

objectName string

Returns

ILunyObject

GetCached(string)

ILunyObject GetCached(string objectName)

Parameters

objectName string

Returns

ILunyObject

TryGetByLunyID(LunyObjectId, out ILunyObject)

bool TryGetByLunyID(LunyObjectId lunyObjectID, out ILunyObject lunyObject)

Parameters

lunyObjectID LunyObjectId
lunyObject ILunyObject

Returns

bool

TryGetByNativeId(LunyNativeObjectId, out ILunyObject)

bool TryGetByNativeId(LunyNativeObjectId lunyNativeObjectID, out ILunyObject lunyObject)

Parameters

lunyNativeObjectID LunyNativeObjectId
lunyObject ILunyObject

Returns

bool