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