C# Class Qupid.AST.PropertyReference

Afficher le fichier Open project: hudl/qupid Class Usage Examples

Méthodes publiques

Свойство Type Description
AggregateType AggregateTypes
Character int
Collection string
IsAggregate bool
Line int
Path string

Méthodes publiques

Méthode Description
GetReference ( string col, string path, int line, int charPositionInLine ) : PropertyReference
PropertyReference ( string col, string path, int line, int charPositionInLine ) : System
ToString ( ) : string

Method Details

GetReference() public static méthode

public static GetReference ( string col, string path, int line, int charPositionInLine ) : PropertyReference
col string
path string
line int
charPositionInLine int
Résultat PropertyReference

PropertyReference() public méthode

public PropertyReference ( string col, string path, int line, int charPositionInLine ) : System
col string
path string
line int
charPositionInLine int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AggregateType public_oe property

public AggregateTypes AggregateType
Résultat AggregateTypes

Character public_oe property

public int Character
Résultat int

Collection public_oe property

public string Collection
Résultat string

IsAggregate public_oe property

public bool IsAggregate
Résultat bool

Line public_oe property

public int Line
Résultat int

Path public_oe property

public string Path
Résultat string