MetadataAdapter<T> Class

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

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

MetadataAdapter<T>(T)Initializes a new instance of the MetadataAdapter<T> class.

Properties

NameGets the name of the metadata element.
ReflectionGets 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.