Interface IEntityNotification
Interface IEntityNotification
Inherited Members
System.IDisposable.Dispose()
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IEntityNotification : IEntity, IDisposable
Properties
Notification
Gets the notification.
Declaration
string Notification { get; }
Property Value
Type | Description |
---|---|
System.String | The notification. |
Warning
Gets a value indicating whether this IEntity is warning.
Declaration
bool Warning { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|