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

Object metadata created by user in order to inject them in the database More...

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

Public Member Functions

 ObjectMetadata (string owner, MetadataKey key)
 
 ObjectMetadata (string owner, MetadataKey key, object value)
 

Properties

string ObjectUrl [get, set]
 
MetadataKey Key [get, set]
 
object Value [get, set]
 

Detailed Description

Object metadata created by user in order to inject them in the database

Definition at line 8 of file ObjectMetadata.cs.

Constructor & Destructor Documentation

SiliconStudio.BuildEngine.ObjectMetadata.ObjectMetadata ( string  owner,
MetadataKey  key 
)

Definition at line 19 of file ObjectMetadata.cs.

SiliconStudio.BuildEngine.ObjectMetadata.ObjectMetadata ( string  owner,
MetadataKey  key,
object  value 
)

Definition at line 26 of file ObjectMetadata.cs.

Property Documentation

MetadataKey SiliconStudio.BuildEngine.ObjectMetadata.Key
getset

Definition at line 14 of file ObjectMetadata.cs.

string SiliconStudio.BuildEngine.ObjectMetadata.ObjectUrl
getset

Definition at line 11 of file ObjectMetadata.cs.

object SiliconStudio.BuildEngine.ObjectMetadata.Value
getset

Definition at line 17 of file ObjectMetadata.cs.


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