C# Class PReview.ViewModel.DiffMarginViewModelBase

Inheritance: ViewModelBase
ファイルを表示 Open project: laurentkempe/PReview Class Usage Examples

Protected Properties

Property Type Description
MarginCore IMarginCore

Public Methods

Method Description
RefreshDiffViewModelPositions ( ) : void

Protected Methods

Method Description
DiffMarginViewModelBase ( IMarginCore marginCore ) : System

Method Details

DiffMarginViewModelBase() protected method

protected DiffMarginViewModelBase ( IMarginCore marginCore ) : System
marginCore IMarginCore
return System

RefreshDiffViewModelPositions() public method

public RefreshDiffViewModelPositions ( ) : void
return void

Property Details

MarginCore protected_oe property

protected IMarginCore MarginCore
return IMarginCore