Click or drag to resize

DemandAttribute Constructor

Creates a new demand attribute

Namespace: SanteDB.Rest.Common.Attributes
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public DemandAttribute(
	string policyId,
	bool overrideBase = false
)

Parameters

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