Click or drag to resize

SecurityEntityResourceHandlerTSecurityEntityFireSecurityAttributesChanged Method

Raise the security attributes change event

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
protected void FireSecurityAttributesChanged(
	Object scope,
	bool success,
	params string[] changedProperties
)

Parameters

scope
Type: SystemObject

[Missing <param name="scope"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityEntityResourceHandler`1.FireSecurityAttributesChanged(System.Object,System.Boolean,System.String[])"]

success
Type: SystemBoolean

[Missing <param name="success"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityEntityResourceHandler`1.FireSecurityAttributesChanged(System.Object,System.Boolean,System.String[])"]

changedProperties
Type: SystemString

[Missing <param name="changedProperties"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityEntityResourceHandler`1.FireSecurityAttributesChanged(System.Object,System.Boolean,System.String[])"]

See Also