ServiceOperationParameter Class
Represents parameter information for service operations.
Assembly: System.Data.Services (in System.Data.Services.dll)
| Name | Description | |
|---|---|---|
![]() | ServiceOperationParameter(String^, ResourceType^) | Creates a new instance of ServiceOperationParameter. |
| Name | Description | |
|---|---|---|
![]() | CustomState | Custom state information defined by the developer about a service operation parameter. |
![]() | IsReadOnly | Gets a Boolean value that defines whether the parameter is read-only. |
![]() | Name | Gets the name of the service operation parameter. |
![]() | ParameterType | Gets the data type of the service operation parameter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | SetReadOnly() | Sets the service operation parameter to read-only. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


