DomainServiceDescription Methods

Include Protected Members
Include Inherited Members

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

The DomainServiceDescription type exposes the following members.

Methods

  Name Description
Public method AddOperation Adds the specified operation to this description.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCustomMethod Returns the DomainService custom method with the specified name associated with the specified entity type.
Public method GetCustomMethods Returns the collection of custom methods defined for the specified entity type on the corresponding DomainService.
Public methodStatic member GetDescription Returns the DomainServiceDescription for the specified DomainService type.
Public method GetEntityBaseType Gets the base type of the specified entity type.
Public method GetHashCode (Inherited from Object.)
Public method GetInvokeOperation Returns the DomainService invoke operation with the specified name.
Public method GetParentAssociations Returns all the compositional associations that compose the specified type.
Public method GetQueryMethod Returns the DomainService query method with the specified name.
Public method GetRootEntityType Returns the root type for the specified entity type.
Public method GetSerializationType Returns the corresponding type exposed by the domain service, while accounting for inheritance.
Public method GetSubmitMethod Returns the submit method for the specified entity type and DomainOperation.
Public method GetType (Inherited from Object.)
Public method IsOperationSupported Returns a value that indicates whether the specified change operation is supported for the specified type.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

DomainServiceDescription Class

System.ServiceModel.DomainServices.Server Namespace