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
Syntaxpublic void IssueWarning(
string message
)
Public Sub IssueWarning (
message As String
)
public:
void IssueWarning(
String^ message
)
member IssueWarning :
message : string -> unit
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