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