Class OparationViewPresenter
public class OparationViewPresenter : TreeViewItemPresenter<OparationViewPresenter, IOparationViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IOparationViewPresenter, ITreeViewItemPresenter, IOparationViewPresenterOption, ITreeViewItemPresenterOption, IInvokePresenter, IViewPresenter
- Inheritance
-
OparationViewPresenter
- Implements
- Inherited Members
- Extension Methods
Properties
ViewModel
[Browsable(false)]
public DateRepositoryViewModel<hi_dd_operation> ViewModel { get; set; }
Property Value
Methods
Log(string, string, string, bool, OperationType)
public void Log(string title, string message = null, string type = null, bool result = true, OperationType operationType = OperationType.Default)
Parameters
title
stringmessage
stringtype
stringresult
booloperationType
OperationType