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 SourceAdd(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.  | 
      
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.  | 
      
Process()
Processes the executing of the IClosingAware implementations.
Declaration
public void Process()
  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.  |