Interface IMetadata
Namespace: Ibralogue
Assembly: cs.temp.dll.dll
Syntax
public interface IMetadata
Methods
HasMetadata(String)
Check if entity contains any metadata.
Declaration
bool HasMetadata(string key)
Parameters
Type | Name | Description |
---|---|---|
String | key |
Returns
Type | Description |
---|---|
Boolean |
TryGetMetadataValue(String, out String)
Declaration
bool TryGetMetadataValue(string key, out string value)
Parameters
Type | Name | Description |
---|---|---|
String | key | |
String | value |
Returns
Type | Description |
---|---|
Boolean |