C# 클래스 AvalonStudio.Projects.OmniSharp.OmniSharpProject

상속: FileSystemProject
파일 보기 프로젝트 열기: VitalElement/AvalonStudio 1 사용 예제들

공개 메소드들

메소드 설명
AddReference ( IProject project ) : void
CompareTo ( IProject other ) : int
CompareTo ( IProjectFolder other ) : int
CompareTo ( IProjectItem other ) : int
CompareTo ( string other ) : int
Create ( ISolution solution, string path, AvalonStudio project ) : OmniSharpProject
ExcludeFile ( ISourceFile file ) : void
ExcludeFolder ( IProjectFolder folder ) : void
Load ( ISolution solution, string filePath ) : IProject
OmniSharpProject ( ) : System
RemoveReference ( IProject project ) : void
ResolveReferences ( ) : void
Save ( ) : void

메소드 상세

AddReference() 공개 메소드

public AddReference ( IProject project ) : void
project IProject
리턴 void

CompareTo() 공개 메소드

public CompareTo ( IProject other ) : int
other IProject
리턴 int

CompareTo() 공개 메소드

public CompareTo ( IProjectFolder other ) : int
other IProjectFolder
리턴 int

CompareTo() 공개 메소드

public CompareTo ( IProjectItem other ) : int
other IProjectItem
리턴 int

CompareTo() 공개 메소드

public CompareTo ( string other ) : int
other string
리턴 int

Create() 공개 정적인 메소드

public static Create ( ISolution solution, string path, AvalonStudio project ) : OmniSharpProject
solution ISolution
path string
project AvalonStudio
리턴 OmniSharpProject

ExcludeFile() 공개 메소드

public ExcludeFile ( ISourceFile file ) : void
file ISourceFile
리턴 void

ExcludeFolder() 공개 메소드

public ExcludeFolder ( IProjectFolder folder ) : void
folder IProjectFolder
리턴 void

Load() 공개 메소드

public Load ( ISolution solution, string filePath ) : IProject
solution ISolution
filePath string
리턴 IProject

OmniSharpProject() 공개 메소드

public OmniSharpProject ( ) : System
리턴 System

RemoveReference() 공개 메소드

public RemoveReference ( IProject project ) : void
project IProject
리턴 void

ResolveReferences() 공개 메소드

public ResolveReferences ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void