C# 클래스 Bari.Plugins.VsCore.VisualStudio.DefaultProjectGuidManagement

Default implementation for the IProjectGuidManagement interface
상속: IProjectGuidManagement
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
DefaultProjectGuidManagement ( [ cacheRoot, Suite suite ) : System

Initializes the GUID management service

GetGuid ( Module module ) : System.Guid

Gets the GUID associated with the given module

GetGuid ( Project project ) : System.Guid

Gets the GUID associated with the given project

비공개 메소드들

메소드 설명
FindModule ( string module ) : Module
FindProject ( string moduleAndProject ) : Project
InitializeFromCache ( ) : void
SaveToCache ( ) : void

메소드 상세

DefaultProjectGuidManagement() 공개 메소드

Initializes the GUID management service
public DefaultProjectGuidManagement ( [ cacheRoot, Suite suite ) : System
cacheRoot [ Cache root directory
suite Suite Active suite
리턴 System

GetGuid() 공개 메소드

Gets the GUID associated with the given module
public GetGuid ( Module module ) : System.Guid
module Module The bari module model
리턴 System.Guid

GetGuid() 공개 메소드

Gets the GUID associated with the given project
public GetGuid ( Project project ) : System.Guid
project Project The bari project model
리턴 System.Guid