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: 2.2.1
Syntax
public DemandAttribute(
	string policyId,
	bool overrideBase = false
)

Parameters

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