![]() | Metadata |
The MetadataAdapter type exposes the following members.
Name | Description | |
---|---|---|
![]() | MetadataAdapter | Initializes a new instance of the MetadataAdapter class. |
Name | Description | |
---|---|---|
![]() ![]() | CreateTMetadataView | Create a typed metadata view for the specified metadata. |
![]() | 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) |
![]() | SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |
![]() | TryGetValueT |
Gets the metadata with the specified name.
(Defined by ExtensionMethods) |