Interface IMetadata
Namespace: Ibralogue.Parser
Assembly: .dll
Syntax
public interface IMetadata
Methods
| Edit this page View SourceHasMetadata(string)
Check if entity contains any metadata.
Declaration
bool HasMetadata(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key |
Returns
| Type | Description |
|---|---|
| bool |
TryGetMetadataValue(string, out string)
Declaration
bool TryGetMetadataValue(string key, out string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| string | value |
Returns
| Type | Description |
|---|---|
| bool |