MetadataItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base item class for all the metadata in the ADO.NET metadata type hierarchy.
public ref class MetadataItem abstract
public abstract class MetadataItem
type MetadataItem = class
Public MustInherit Class MetadataItem
- Inheritance
-
MetadataItem
- Derived
Properties
BuiltInTypeKind |
Gets the built-in type kind for this type. |
Documentation |
Gets or sets the documentation associated with this type. |
MetadataProperties |
Gets the list of properties of the current type. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetBuiltInType(BuiltInTypeKind) |
Returns a conceptual model built-in type that matches one of the BuiltInTypeKind values. |
GetGeneralFacetDescriptions() |
Returns the list of the general facet descriptions for a specified type. |
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) |