IViewSystem

From Virtual World Web Wiki
Jump to: navigation, search

The view system is a primary layer one interface. It provides methods for working with DOM Views (server hosted DOM documents)

Remarks [edit]

Methods

IViewInfo Find(Guid identifier)
Gets the view for the given identifier
IViewInfo Find(long viewID, IConnectionIdentity identity)
Finds a view on a IConnectionIdentity by it's ID
IViewInfo GetOrCreate(Guid identifier, IUnsealed dependent, bool keepAlive, DOMProtectionLevel protectionLevel, Func<DOMDocument> createCallback)
Gets and/or creates a new view instance
IViewInfo GetOrCreate(Guid identifier, IUnsealed dependent, bool keepAlive, DOMProtectionLevel protectionLevel, Guid? backgroundTypeID = NULL)
Gets and/or creates a new view instance