C# Class Hpdi.Vss2Git.VssProjectInfo

Represents the current state of a VSS project.
Inheritance: VssItemInfo
Afficher le fichier Open project: abevoelker/vss2git Class Usage Examples

Méthodes publiques

Méthode Description
AddItem ( VssItemInfo item ) : void
ContainsFiles ( ) : bool
GetAllFiles ( ) : IEnumerable
GetAllProjects ( ) : IEnumerable
GetPath ( ) : string
IsSameOrSubproject ( VssProjectInfo parentInfo ) : bool
RemoveItem ( VssItemInfo item ) : void
TryToGetPhysicalName ( string logicalName ) : string
VssProjectInfo ( string physicalName, string logicalName ) : System

Method Details

AddItem() public méthode

public AddItem ( VssItemInfo item ) : void
item VssItemInfo
Résultat void

ContainsFiles() public méthode

public ContainsFiles ( ) : bool
Résultat bool

GetAllFiles() public méthode

public GetAllFiles ( ) : IEnumerable
Résultat IEnumerable

GetAllProjects() public méthode

public GetAllProjects ( ) : IEnumerable
Résultat IEnumerable

GetPath() public méthode

public GetPath ( ) : string
Résultat string

IsSameOrSubproject() public méthode

public IsSameOrSubproject ( VssProjectInfo parentInfo ) : bool
parentInfo VssProjectInfo
Résultat bool

RemoveItem() public méthode

public RemoveItem ( VssItemInfo item ) : void
item VssItemInfo
Résultat void

TryToGetPhysicalName() public méthode

public TryToGetPhysicalName ( string logicalName ) : string
logicalName string
Résultat string

VssProjectInfo() public méthode

public VssProjectInfo ( string physicalName, string logicalName ) : System
physicalName string
logicalName string
Résultat System