DomainOperationParameter 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 parameter of a DomainOperation.

Inheritance Hierarchy

System.Object
  System.ServiceModel.DomainServices.Server.DomainOperationParameter

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

Syntax

'Declaration
Public NotInheritable Class DomainOperationParameter
'Usage
Dim instance As DomainOperationParameter
public sealed class DomainOperationParameter
public ref class DomainOperationParameter sealed
[<SealedAttribute>]
type DomainOperationParameter =  class end
public final class DomainOperationParameter

The DomainOperationParameter type exposes the following members.

Constructors

  Name Description
Public method DomainOperationParameter(String, Type, AttributeCollection) Initializes a new instance of the DomainOperationParameter class with the specified name, parameter type, and attribute collection.
Public method DomainOperationParameter(String, Type, AttributeCollection, Boolean) Initializes a new instance of the DomainOperationParameter class with the specified name, parameter type, and attribute collection, and indicates whether the parameter is an out parameter.

Top

Properties

  Name Description
Public property Attributes Gets the collection of attributes for the parameter.
Public property IsOut Gets a value that indicates whether the parameter is an out parameter.
Public property Name Gets the name of the parameter.
Public property ParameterType Gets the type of the parameter.

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.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string representation of the parameter. (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