Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.BuildEngine.IObjectMetadata Interface Reference

Interface for object metadata More...

Inheritance diagram for SiliconStudio.BuildEngine.IObjectMetadata:
SiliconStudio.BuildEngine.ObjectMetadata SiliconStudio.BuildEngine.ObjectMetadata< T >

Properties

string ObjectUrl [get]
 The url of the object which uses this metadata More...
 
MetadataKey Key [get]
 The key of the metadata More...
 
object Value [get, set]
 The value of the metadata. Its type must match the Key type. More...
 

Detailed Description

Interface for object metadata

Definition at line 8 of file IObjectMetadata.cs.

Property Documentation

string SiliconStudio.BuildEngine.IObjectMetadata.ObjectUrl
get
object SiliconStudio.BuildEngine.IObjectMetadata.Value
getset

The value of the metadata. Its type must match the Key type.

Definition at line 23 of file IObjectMetadata.cs.

Referenced by SiliconStudio.BuildEngine.QueryMetadataProvider.Write().


The documentation for this interface was generated from the following file: