[This is preliminary documentation and is subject to change.]

The IMetadata type exposes the following members.

Methods

  NameDescription
Public methodContainsKey
Gets value indicating wheather metadata value with given key is present in current instance
Public methodGetContainedKeys
Gets keys of all the metadata present in curent instance
Public methodGetDescription
Gets localized description for given key (or name)
Public methodGetHumanName
Gets localized human-readable name for given key (or name)
Public methodGetKeyOfName
Gets key for predefined name
Public methodGetNameOfKey
Gets name for key
Public methodGetPredefinedKeys
Gets all keys predefined for curent metadata format
Public methodGetPredefinedNames
Gets all predefined names for metadata keys
Public methodGetStringValue
Gets metadata value with given key as string

Properties

  NameDescription
Public propertyName
Gets name of metadata format represented by implementation
Public propertyValue
Gets medata value with given key

See Also