![]() |
Paradox Game Engine
v1.0.0 beta06
|
Interface for object metadata More...
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... | |
Interface for object metadata
Definition at line 8 of file IObjectMetadata.cs.
|
get |
The key of the metadata
Definition at line 18 of file IObjectMetadata.cs.
Referenced by SiliconStudio.BuildEngine.QueryMetadataProvider.Delete(), SiliconStudio.BuildEngine.QueryMetadataProvider.Fetch(), SiliconStudio.BuildEngine.QueryMetadataProvider.FetchAsync(), and SiliconStudio.BuildEngine.QueryMetadataProvider.Write().
|
get |
The url of the object which uses this metadata
Definition at line 13 of file IObjectMetadata.cs.
Referenced by SiliconStudio.BuildEngine.QueryMetadataProvider.Delete(), SiliconStudio.BuildEngine.QueryMetadataProvider.Fetch(), SiliconStudio.BuildEngine.QueryMetadataProvider.FetchAsync(), and SiliconStudio.BuildEngine.QueryMetadataProvider.Write().
|
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().