Show / Hide Table of Contents

Interface IEntityNotification

Interface IEntityNotification

Inherited Members
IEntity.OnNameChanged
IEntity.Enabled
IEntity.EntityId
IEntity.Image
IEntity.ListSolutionExplorer
IEntity.Name
IEntity.Parent
IEntity.Selected
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

true if warning; otherwise, false.

Back to top Generated by DocFX