Click or drag to resize

JsonRpcContractResolverCreateMethod Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:JsonRpc.Contracts.JsonRpcContractResolver.CreateMethod(System.Type,System.Reflection.MethodInfo,JsonRpc.Contracts.JsonRpcScopeAttribute)"]

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
protected virtual JsonRpcMethod CreateMethod(
	Type serviceType,
	MethodInfo method,
	JsonRpcScopeAttribute scopeAttribute
)

Parameters

serviceType
Type: SystemType

[Missing <param name="serviceType"/> documentation for "M:JsonRpc.Contracts.JsonRpcContractResolver.CreateMethod(System.Type,System.Reflection.MethodInfo,JsonRpc.Contracts.JsonRpcScopeAttribute)"]

method
Type: System.ReflectionMethodInfo

[Missing <param name="method"/> documentation for "M:JsonRpc.Contracts.JsonRpcContractResolver.CreateMethod(System.Type,System.Reflection.MethodInfo,JsonRpc.Contracts.JsonRpcScopeAttribute)"]

scopeAttribute
Type: JsonRpc.ContractsJsonRpcScopeAttribute

[Missing <param name="scopeAttribute"/> documentation for "M:JsonRpc.Contracts.JsonRpcContractResolver.CreateMethod(System.Type,System.Reflection.MethodInfo,JsonRpc.Contracts.JsonRpcScopeAttribute)"]

Return Value

Type: JsonRpcMethod
See Also