AssociationEndMember 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 End
of an association in the conceptual model.
public ref class AssociationEndMember sealed : System::Data::Metadata::Edm::RelationshipEndMember
public sealed class AssociationEndMember : System.Data.Metadata.Edm.RelationshipEndMember
type AssociationEndMember = class
inherit RelationshipEndMember
Public NotInheritable Class AssociationEndMember
Inherits RelationshipEndMember
- Inheritance
Properties
BuiltInTypeKind |
Gets the built-in type kind for this AssociationEndMember. |
DeclaringType |
Gets the type on which this member is declared. (Inherited from EdmMember) |
DeleteBehavior |
Gets the operational behavior of this relationship end member. (Inherited from RelationshipEndMember) |
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. (Inherited from EdmMember) |
RelationshipMultiplicity |
Gets the multiplicity of this relationship end member. (Inherited from RelationshipEndMember) |
TypeUsage |
Gets the instance of the TypeUsage class that contains both the type of the member and facets for the type. (Inherited from EdmMember) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEntityType() |
Access the EntityType of the EndMember in an association. (Inherited from RelationshipEndMember) |
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. (Inherited from EdmMember) |