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