![]() | IMetadata Interface |
The IMetadata type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetValue | Gets the metadata with the specified name. |
![]() | TryGetValue | Gets the metadata with the specified name. |
Name | Description | |
---|---|---|
![]() | ContractNameMatches |
Checks whether the contractName matches the value stored in the metadata.
(Defined by ExtensionMethods) |
![]() | GetContractName |
Reads the well known ContractName property from the metadata.
(Defined by ExtensionMethods) |
![]() | GetValueT |
Gets the metadata with the specified name.
(Defined by ExtensionMethods) |
![]() | GetValueOrDefault |
Gets the value, or default if no item with this name exists.
(Defined by ExtensionMethods) |
![]() | GetValueOrDefaultT |
Gets the value, or default if no item with this name exists.
(Defined by ExtensionMethods) |
![]() | TryGetValueT |
Gets the metadata with the specified name.
(Defined by ExtensionMethods) |