Show / Hide Table of Contents

Interface IActiveAware

Interface that defines if the object instance is active and notifies when the activity changes.

Namespace: Sartorius.SAF.Presentation.Infrastructure
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IActiveAware

Properties

View Source

IsActive

Gets or sets a value indicating whether the object is active.

Declaration
bool IsActive { get; set; }
Property Value
Type Description
System.Boolean

true if the object is active; otherwise false.

Events

View Source

IsActiveChanged

Notifies that the value for IsActive property has changed.

Declaration
event EventHandler IsActiveChanged
Event Type
Type Description
System.EventHandler

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX