 | DemandAttribute Constructor |
Creates a new demand attribute
Namespace: SanteDB.Rest.Common.AttributesAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic DemandAttribute(
string policyId,
bool overrideBase = false
)
Public Sub New (
policyId As String,
Optional overrideBase As Boolean = false
)
public:
DemandAttribute(
String^ policyId,
bool overrideBase = false
)
new :
policyId : string *
?overrideBase : bool
(* Defaults:
let _overrideBase = defaultArg overrideBase false
*)
-> DemandAttributeParameters
- policyId String
[Missing <param name="policyId"/> documentation for "M:SanteDB.Rest.Common.Attributes.DemandAttribute.#ctor(System.String,System.Boolean)"]
- overrideBase Boolean (Optional)
[Missing <param name="overrideBase"/> documentation for "M:SanteDB.Rest.Common.Attributes.DemandAttribute.#ctor(System.String,System.Boolean)"]
See Also