Show / Hide Table of Contents

Class ClosingAwareProcessor

Processes the closing aware execution.

Inheritance
System.Object
ClosingAwareProcessor
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Infrastructure
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[Export]
public class ClosingAwareProcessor

Methods

View Source

Add(IClosingAware)

Add to the internal list specific implementation of IClosingAware.

Declaration
public void Add(IClosingAware model)
Parameters
Type Name Description
IClosingAware model

An specific implementation of IClosingAware to add.

View Source

Contains(IClosingAware)

Indicates whether the internal list contains specific implementation of IClosingAware.

Declaration
public bool Contains(IClosingAware model)
Parameters
Type Name Description
IClosingAware model

An specific implementation of IClosingAware.

Returns
Type Description
System.Boolean

TRU if contains otherwise FALSE.

View Source

Process()

Processes the executing of the IClosingAware implementations.

Declaration
public void Process()
View Source

Remove(IClosingAware)

Remove from the the internal list specific implementation of IClosingAware.

Declaration
public void Remove(IClosingAware model)
Parameters
Type Name Description
IClosingAware model

An specific implementation of IClosingAware to remove.

Extension Methods

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