| MetadataListItemT Class |
Namespace: Bio
[Missing <typeparam name="T"/> documentation for "T:Bio.MetadataListItem`1"]
The MetadataListItemT type exposes the following members.
| Name | Description | |
|---|---|---|
| MetadataListItemT |
Constructs list item with given key and free text.
|
| Name | Description | |
|---|---|---|
| FreeText |
Gets the free-text for this item. This will often be a location string.
| |
| Key |
Gets the key for this item. These are not necessarily unique within a list,
which is why this is a property of an object to be included in a list, rather than
omitting this as a property and using a dictionary instead of a list.
| |
| SubItems |
Gets the dictionary of attributes.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |