C# Class GitDiffMargin.DiffMarginFactoryBase

Inheritance: IWpfTextViewMarginProvider
Mostrar archivo Open project: laurentkempe/GitDiffMargin

Private Properties

Property Type Description
GetFullPath string

Public Methods

Method Description
CreateMargin ( IWpfTextViewHost wpfTextViewHost, IWpfTextViewMargin marginContainer ) : IWpfTextViewMargin

Protected Methods

Method Description
TryGetMarginCore ( IWpfTextViewHost textViewHost ) : IMarginCore

Private Methods

Method Description
GetFullPath ( string filename ) : string

Method Details

CreateMargin() public abstract method

public abstract CreateMargin ( IWpfTextViewHost wpfTextViewHost, IWpfTextViewMargin marginContainer ) : IWpfTextViewMargin
wpfTextViewHost IWpfTextViewHost
marginContainer IWpfTextViewMargin
return IWpfTextViewMargin

TryGetMarginCore() protected method

protected TryGetMarginCore ( IWpfTextViewHost textViewHost ) : IMarginCore
textViewHost IWpfTextViewHost
return IMarginCore