ServiceOperationParameter Class

Definition

Represents parameter information for service operations.

public ref class ServiceOperationParameter
public class ServiceOperationParameter
type ServiceOperationParameter = class
Public Class ServiceOperationParameter
Inheritance
ServiceOperationParameter

Constructors

ServiceOperationParameter(String, ResourceType)

Creates a new instance of ServiceOperationParameter.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetReadOnly()

Sets the service operation parameter to read-only.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to