C# Class DependencyViewer.Common.Model.Project

Afficher le fichier Open project: jamiepenney/VS-Dependency-Viewer Class Usage Examples

Méthodes publiques

Méthode Description
HasReferencedProject ( System.Guid projectGuid ) : bool
Project ( IProject loader ) : System
Project ( string name, System.Guid id ) : System

Private Methods

Méthode Description
RaisePropertyChangedEvent ( string propertyName ) : void

Method Details

HasReferencedProject() public méthode

public HasReferencedProject ( System.Guid projectGuid ) : bool
projectGuid System.Guid
Résultat bool

Project() public méthode

public Project ( IProject loader ) : System
loader IProject
Résultat System

Project() public méthode

public Project ( string name, System.Guid id ) : System
name string
id System.Guid
Résultat System