C# Class Ancestry.QueryProcessor.Compile.ExpressionContext

Afficher le fichier Open project: Ancestry/DotQL Class Usage Examples

Méthodes publiques

Свойство Type Description
Characteristics Characteristic
EmitGet Action
EmitMethod Action
EmitSet Action>.Action
Expression Parse.Expression
Member object
NativeType System.Type
Type Type.BaseType

Méthodes publiques

Méthode Description
ActualNative ( Emitter emitter ) : Type
Clone ( ) : ExpressionContext
ExpressionContext ( Parse expression, Type type, Characteristic characteristics, Action emitGet ) : System
IsRepository ( ) : bool

Method Details

ActualNative() public méthode

public ActualNative ( Emitter emitter ) : Type
emitter Emitter
Résultat System.Type

Clone() public méthode

public Clone ( ) : ExpressionContext
Résultat ExpressionContext

ExpressionContext() public méthode

public ExpressionContext ( Parse expression, Type type, Characteristic characteristics, Action emitGet ) : System
expression Parse
type System.Type
characteristics Characteristic
emitGet Action
Résultat System

IsRepository() public méthode

public IsRepository ( ) : bool
Résultat bool

Property Details

Characteristics public_oe property

public Characteristic Characteristics
Résultat Characteristic

EmitGet public_oe property

public Action EmitGet
Résultat Action

EmitMethod public_oe property

public Action EmitMethod
Résultat Action

EmitSet public_oe property

public Action> EmitSet
Résultat Action>.Action

Expression public_oe property

public Parse.Expression Expression
Résultat Parse.Expression

Member public_oe property

The member information within the parent type.
public object Member
Résultat object

NativeType public_oe property

The native type; null if the native type is "natural" (same as Type.GetNative).
public Type,System NativeType
Résultat System.Type

Type public_oe property

The DotQL data type.
public Type.BaseType Type
Résultat Type.BaseType