MetadataAdapter<T> Class
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
Definition
Provides the base implementation for metadata adapters.
public abstract class MetadataAdapter<T> : IMetadataAdapter<T>
where T : class
- Inheritance
- Implements
- Inherited by
Type Parameters
T- The type of the reflection information.
Constructors
Properties
| Name | Gets the name of the metadata element. |
| Reflection | Gets the underlying reflection information. |
Methods
| Equals(object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |
| Represents(T) | Determines whether this metadata adapter represents the specified reflection element. |
| ToString() | Returns a string that represents the current object. |