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