Click or drag to resize

EditableDomainObjectIssueWarning Method (String)

Issues a warning with the specified message.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void IssueWarning(
	string message
)

Parameters

message
Type: SystemString
Remarks

Warnings are raised as events to the hosting system, which hosts the domain system. It is up to the hosting system to decide if and how to show the warnings to the end user.

Warnings are usually used by the handlers for the data attribute change events.

See Also