C# 클래스 OpenIDE.Core.Caching.CodeReference

상속: ICodeReference
파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
CodeReference ( string language, string type, string file, string parent, string signature, string name, string scope, int line, int column, string json ) : System
Is ( ICodeReference compare ) : bool
SetTypeSearch ( ) : CodeReference

메소드 상세

CodeReference() 공개 메소드

public CodeReference ( string language, string type, string file, string parent, string signature, string name, string scope, int line, int column, string json ) : System
language string
type string
file string
parent string
signature string
name string
scope string
line int
column int
json string
리턴 System

Is() 공개 메소드

public Is ( ICodeReference compare ) : bool
compare ICodeReference
리턴 bool

SetTypeSearch() 공개 메소드

public SetTypeSearch ( ) : CodeReference
리턴 CodeReference