Click or drag to resize

OperationDescription Constructor

Operation description

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

Parameters

contract  ContractDescription

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

operationMethod  MethodInfo

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

restAttribute  RestInvokeAttribute

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

See Also