C# 클래스 Qupid.AST.PropertyReference

파일 보기 프로젝트 열기: hudl/qupid 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AggregateType AggregateTypes
Character int
Collection string
IsAggregate bool
Line int
Path string

공개 메소드들

메소드 설명
GetReference ( string col, string path, int line, int charPositionInLine ) : PropertyReference
PropertyReference ( string col, string path, int line, int charPositionInLine ) : System
ToString ( ) : string

메소드 상세

GetReference() 공개 정적인 메소드

public static GetReference ( string col, string path, int line, int charPositionInLine ) : PropertyReference
col string
path string
line int
charPositionInLine int
리턴 PropertyReference

PropertyReference() 공개 메소드

public PropertyReference ( string col, string path, int line, int charPositionInLine ) : System
col string
path string
line int
charPositionInLine int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AggregateType 공개적으로 프로퍼티

public AggregateTypes AggregateType
리턴 AggregateTypes

Character 공개적으로 프로퍼티

public int Character
리턴 int

Collection 공개적으로 프로퍼티

public string Collection
리턴 string

IsAggregate 공개적으로 프로퍼티

public bool IsAggregate
리턴 bool

Line 공개적으로 프로퍼티

public int Line
리턴 int

Path 공개적으로 프로퍼티

public string Path
리턴 string