IObjectTemplateInfo

From Virtual World Web Wiki
Jump to: navigation, search

An interface to a structure of information about an Object Template

Remarks [edit]

Properties

DateTime Created {get;}
The UTC date the object template was created
Dictionary<string, ProtoValue> Metadata {get;}
IObjectContainerInfo ObjectContainer {get;}
Information about the object container in which the template resides
Guid ObjectTemplateID {get;}
The globally unique identifier of the object template
IObjectTypeInfo ObjectType {get;}
Information about the object type of the template

Methods

Dictionary<string, ProtoValue> FlattenMetadata()
T GetMetaValue<T>(string key, bool includeParents = true)
bool HasMetaValue(string key, bool includeParents = true)