EdmMember 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 a member that can be declared in any StructuralType.
public ref class EdmMember abstract : System::Data::Metadata::Edm::MetadataItem
public abstract class EdmMember : System.Data.Metadata.Edm.MetadataItem
type EdmMember = class
inherit MetadataItem
Public MustInherit Class EdmMember
Inherits MetadataItem
- Inheritance
- Derived
Remarks
An EdmMember class is a base class for EdmProperty, NavigationProperty, and RelationshipEndMember. The EdmMember class represents a member that can be declared in any StructuralType. For more information about members, see Structural Types (Metadata).
Properties
BuiltInTypeKind |
Gets the built-in type kind for this type. (Inherited from MetadataItem) |
DeclaringType |
Gets the type on which this member is declared. |
Documentation |
Gets or sets the documentation associated with this type. (Inherited from MetadataItem) |
MetadataProperties |
Gets the list of properties of the current type. (Inherited from MetadataItem) |
Name |
Gets the name of this member. |
TypeUsage |
Gets the instance of the TypeUsage class that contains both the type of the member and facets for the type. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (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 the name of this member. |