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