  | DemandAttribute Constructor  | 
 
            Creates a new demand attribute
            
 
    Namespace: 
   SanteDB.Rest.Common.Attributes
    Assembly:
   SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
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
 - Type: SystemString
[Missing <param name="policyId"/> documentation for "M:SanteDB.Rest.Common.Attributes.DemandAttribute.#ctor(System.String,System.Boolean)"]
 - overrideBase (Optional)
 - Type: SystemBoolean
[Missing <param name="overrideBase"/> documentation for "M:SanteDB.Rest.Common.Attributes.DemandAttribute.#ctor(System.String,System.Boolean)"]
 
See Also