C# Class OneNorth.WorkflowFullHistory.Events.ItemEventHandler

Datei anzeigen Open project: onenorth/workflow-full-history

Protected Methods

Method Description
OnItemSaving ( object sender, EventArgs args ) : void

Private Methods

Method Description
AddHistoryEntry ( System.Item item, string text ) : void
FindDifferences ( System.Item newItem, System.Item originalItem ) : List
GetWorkflowState ( System.Item item ) : string

Method Details

OnItemSaving() protected method

protected OnItemSaving ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void