Click or drag to resize

SwaggerPathDefinition(MethodInfo, MethodInfo, RestInvokeAttribute) Constructor

Creates a new path definition

Namespace: SanteDB.Messaging.Metadata.Model.Swagger
Assembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntax
public SwaggerPathDefinition(
	MethodInfo behaviorMethod,
	MethodInfo contractMethod,
	RestInvokeAttribute operationAtt
)

Parameters

behaviorMethod  MethodInfo

[Missing <param name="behaviorMethod"/> documentation for "M:SanteDB.Messaging.Metadata.Model.Swagger.SwaggerPathDefinition.#ctor(System.Reflection.MethodInfo,System.Reflection.MethodInfo,RestSrvr.Attributes.RestInvokeAttribute)"]

contractMethod  MethodInfo

[Missing <param name="contractMethod"/> documentation for "M:SanteDB.Messaging.Metadata.Model.Swagger.SwaggerPathDefinition.#ctor(System.Reflection.MethodInfo,System.Reflection.MethodInfo,RestSrvr.Attributes.RestInvokeAttribute)"]

operationAtt  RestInvokeAttribute

[Missing <param name="operationAtt"/> documentation for "M:SanteDB.Messaging.Metadata.Model.Swagger.SwaggerPathDefinition.#ctor(System.Reflection.MethodInfo,System.Reflection.MethodInfo,RestSrvr.Attributes.RestInvokeAttribute)"]

See Also