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 | |
---|---|---|
DomainOperationEntry | Initializes a new instance of the DomainOperationEntry class. |
Top
Properties
Name | Description | |
---|---|---|
AssociatedType | Gets the associated type this DomainOperation operates on. | |
Attributes | Gets the attributes for the operation. | |
DomainServiceType | Gets the DomainService type that this operation is a member of. | |
Name | Gets the name of the operation. | |
Operation | Gets the type of domain operation implemented by the method. | |
OperationAttribute | Gets the attribute that contains metadata about the operation. | |
Parameters | Gets the parameters of the operation. | |
ReturnType | Gets the return type of the operation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Invoke | Invokes this DomainOperationEntry. | |
MemberwiseClone | (Inherited from Object.) | |
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.