C# Class RazorPad.ViewModels.ReferencesViewModel

Mostra file Open project: RazorPad/RazorPad Class Usage Examples

Protected Properties

Property Type Description
Log NLog.Logger

Public Methods

Method Description
ReferencesViewModel ( IEnumerable loadedReferences, IEnumerable recentReferenceLocations ) : System.Collections.Generic
TryAddReference ( string filePath, string &message ) : bool

Private Methods

Method Description
RecentReferences_ListChanged ( object sender, PropertyChangedEventArgs e ) : void
StandardReferences_ListChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

ReferencesViewModel() public method

public ReferencesViewModel ( IEnumerable loadedReferences, IEnumerable recentReferenceLocations ) : System.Collections.Generic
loadedReferences IEnumerable
recentReferenceLocations IEnumerable
return System.Collections.Generic

TryAddReference() public method

public TryAddReference ( string filePath, string &message ) : bool
filePath string
message string
return bool

Property Details

Log protected_oe static_oe property

protected static Logger,NLog Log
return NLog.Logger