C# Class OneNorth.WorkflowFullHistory.Events.ItemEventHandler

Afficher le fichier Open project: onenorth/workflow-full-history

Méthodes protégées

Méthode Description
OnItemSaving ( object sender, EventArgs args ) : void

Private Methods

Méthode 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 méthode

protected OnItemSaving ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void