Interface IPreCommit
Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public interface IPreCommit
Methods
PreCommitChanges(IDictionary)
Pre-commit changes.
Declaration
void PreCommitChanges(IDictionary context)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IDictionary | context | The context. |