DomainOperationEntry Class

[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.]

Represents a domain operation method in a DomainService.

Inheritance Hierarchy

System.Object
  System.ServiceModel.DomainServices.Server.DomainOperationEntry

Namespace:  System.ServiceModel.DomainServices.Server
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

Syntax

'Declaration
Public MustInherit Class DomainOperationEntry
'Usage
Dim instance As DomainOperationEntry
public abstract class DomainOperationEntry
public ref class DomainOperationEntry abstract
[<AbstractClassAttribute>]
type DomainOperationEntry =  class end
public abstract class DomainOperationEntry

The DomainOperationEntry type exposes the following members.

Constructors

  Name Description
Protected method DomainOperationEntry Initializes a new instance of the DomainOperationEntry class.

Top

Properties

  Name Description
Public property AssociatedType Gets the associated type this DomainOperation operates on.
Public property Attributes Gets the attributes for the operation.
Public property DomainServiceType Gets the DomainService type that this operation is a member of.
Public property Name Gets the name of the operation.
Public property Operation Gets the type of domain operation implemented by the method.
Public property OperationAttribute Gets the attribute that contains metadata about the operation.
Public property Parameters Gets the parameters of the operation.
Public property ReturnType Gets the return type of the operation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke Invokes this DomainOperationEntry.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string representation of the operation. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.ServiceModel.DomainServices.Server Namespace