IObjectContainerInfo

From Virtual World Web Wiki
Jump to: navigation, search

An interface to a structure of information about an Object Container

Remarks [edit]

Properties

ISecurableInfo[] AttachedToSecurables {get;}
Structures of information about each securable object this object container is attached to. These securables are allowed to "express" the contents of this container.
DateTime Created {get;}
The UTC date the object container was created
string Name {get;}
The name of the container (can be a translatable identifier)
Guid ObjectContainerID {get;}
The globally unique ID of the object container
IObjectTemplateInfo[] ObjectTemplateInfos {get;}
Gets the containers containing template infos
ISecurableInfo OwnerSecurable {get;}
A structure of information about the securable object that owns the object container
Guid OwnerSecurableID {get;}
The Securable ID of the owner of the container
ContainerPermissionInfo[] PermissionEntries {get;}
Gets information about the permissions configured on the container

Methods

ContainerAccessLevel GetContainerAccessLevel(IConnectionIdentity identity)
Gets the effective permissions on this container for a connection identity