C# Class AvalonStudio.Projects.StandardProjectFolder

Inheritance: IProjectFolder
Afficher le fichier Open project: VitalElement/AvalonStudio Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( IProjectFolder other ) : int
CompareTo ( IProjectItem other ) : int
CompareTo ( string other ) : int
ExcludeFile ( ISourceFile file ) : void
ExcludeFolder ( IProjectFolder folder ) : void
StandardProjectFolder ( string path ) : AvalonStudio.Platforms

Method Details

CompareTo() public méthode

public CompareTo ( IProjectFolder other ) : int
other IProjectFolder
Résultat int

CompareTo() public méthode

public CompareTo ( IProjectItem other ) : int
other IProjectItem
Résultat int

CompareTo() public méthode

public CompareTo ( string other ) : int
other string
Résultat int

ExcludeFile() public méthode

public ExcludeFile ( ISourceFile file ) : void
file ISourceFile
Résultat void

ExcludeFolder() public méthode

public ExcludeFolder ( IProjectFolder folder ) : void
folder IProjectFolder
Résultat void

StandardProjectFolder() public méthode

public StandardProjectFolder ( string path ) : AvalonStudio.Platforms
path string
Résultat AvalonStudio.Platforms