DSPMetadata Methods
The DSPMetadata type exposes the following members.
Methods

  NameDescription
Public methodAddComplexProperty
Adds a complex property to the specified resourceType.
Public methodAddComplexType
Adds a new complex type (without any properties).
Public methodAddEntityType
Adds a new entity type (without any properties).
Public methodAddKeyProperty
Adds a key property to the specified resourceType.
Public methodAddPrimitiveProperty
Adds a primitive property to the specified resourceType.
Public methodAddResourceSet
Adds a resource set to the metadata definition.
Public methodAddServiceOperation
Adds a new service operation.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodGetDerivedTypes
Returns list of all types derived (directly or indirectly) from the specified resourceType.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetResourceAssociationSet
Gets the ResourceAssociationSet instance when given the source association end.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodHasDerivedTypes
Returns true if the specified type has some derived types.
Public methodRemoveResourceSet
Removes the specified resource set.
Public methodRemoveResourceType
Removes the specified resource type.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodTryResolveResourceSet
Returnes a resource set specified by its name.
Public methodTryResolveResourceType
Returnes a resource type specified by its name.
Public methodTryResolveServiceOperation
Returns a service operation specified by its name.
Back to Top
See Also