C# Class OpenIDE.Core.Caching.CodeReference

Inheritance: ICodeReference
Mostra file Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
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

Method Details

CodeReference() public method

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
return System

Is() public method

public Is ( ICodeReference compare ) : bool
compare ICodeReference
return bool

SetTypeSearch() public method

public SetTypeSearch ( ) : CodeReference
return CodeReference