| RestEndpointBehaviorConfiguration Constructor (Type) |
Create a new endpoint behavior
Namespace:
SanteDB.Rest.Common.Configuration
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public RestEndpointBehaviorConfiguration(
Type type
)
Public Sub New (
type As Type
)
public:
RestEndpointBehaviorConfiguration(
Type^ type
)
new :
type : Type -> RestEndpointBehaviorConfiguration
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:SanteDB.Rest.Common.Configuration.RestEndpointBehaviorConfiguration.#ctor(System.Type)"]
See Also