C# Class Bari.Core.Model.SourceSet

A set of source files, belonging to the same set
Inheritance: ISourceSet
Afficher le fichier Open project: vigoo/bari Class Usage Examples

Méthodes publiques

Méthode Description
Add ( SuiteRelativePath path ) : void

Adds a file to the set

Remove ( SuiteRelativePath path ) : void

Removes a file from the set

SourceSet ( SourceSetType type ) : System.Collections.Generic

Creates an empty source set

Method Details

Add() public méthode

Adds a file to the set
public Add ( SuiteRelativePath path ) : void
path SuiteRelativePath Path of the file relative to the suite root
Résultat void

Remove() public méthode

Removes a file from the set
public Remove ( SuiteRelativePath path ) : void
path SuiteRelativePath Path of the file relative to the suite root
Résultat void

SourceSet() public méthode

Creates an empty source set
public SourceSet ( SourceSetType type ) : System.Collections.Generic
type SourceSetType Type of sources in this set
Résultat System.Collections.Generic