Click or drag to resize

OperationDescription Constructor

Operation description

Namespace:  RestSrvr.Description
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public OperationDescription(
	ContractDescription contract,
	MethodInfo operationMethod,
	RestInvokeAttribute restAttribute
)

Parameters

contract
Type: RestSrvr.DescriptionContractDescription

[Missing <param name="contract"/> documentation for "M:RestSrvr.Description.OperationDescription.#ctor(RestSrvr.Description.ContractDescription,System.Reflection.MethodInfo,RestSrvr.Attributes.RestInvokeAttribute)"]

operationMethod
Type: System.ReflectionMethodInfo

[Missing <param name="operationMethod"/> documentation for "M:RestSrvr.Description.OperationDescription.#ctor(RestSrvr.Description.ContractDescription,System.Reflection.MethodInfo,RestSrvr.Attributes.RestInvokeAttribute)"]

restAttribute
Type: RestSrvr.AttributesRestInvokeAttribute

[Missing <param name="restAttribute"/> documentation for "M:RestSrvr.Description.OperationDescription.#ctor(RestSrvr.Description.ContractDescription,System.Reflection.MethodInfo,RestSrvr.Attributes.RestInvokeAttribute)"]

See Also