C# Class FSharp.ProjectExtender.Project.Excluded.ExcludedFileNode

Inheritance: ExcludedNode
Datei anzeigen Open project: Hill30/F--Project-Extender

Public Methods

Method Description
ExcludedFileNode ( ItemList items, ItemNode parent, string path ) : System

Protected Methods

Method Description
Exec ( System.Guid cmdGroup, uint cmdID ) : int
QueryStatus ( System.Guid cmdGroup, uint cmdID ) : bool

Private Methods

Method Description
IncludeItem ( ) : int
OpenFile ( ) : int

Method Details

ExcludedFileNode() public method

public ExcludedFileNode ( ItemList items, ItemNode parent, string path ) : System
items ItemList
parent ItemNode
path string
return System

Exec() protected method

protected Exec ( System.Guid cmdGroup, uint cmdID ) : int
cmdGroup System.Guid
cmdID uint
return int

QueryStatus() protected method

protected QueryStatus ( System.Guid cmdGroup, uint cmdID ) : bool
cmdGroup System.Guid
cmdID uint
return bool