Class ClientOnSaveHelperFactory
A singleton factory provider for an instance of the IClientOnSaveHelper class
Used by client implementations to provide custom ui processes the ability to run after a save has sucessfully completed
Inheritance
System.Object
    ClientOnSaveHelperFactory
  Inherited Members
      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: LemonEdge.Client.Core.CommonUI
Assembly: API.dll
Syntax
public static class ClientOnSaveHelperFactory
  Properties
Instance
Returns the client instance of the class implementation of IClientOnSaveHelper
Declaration
public static IClientOnSaveHelper Instance { get; }
  Property Value
| Type | Description | 
|---|---|
| IClientOnSaveHelper |