Table of Contents

Class UsesBoolConds

Namespace
Rinku.Querying.Parameters
Assembly
Rinku.dll

On a parameter object type, names conditions that are always on whenever an instance is used, without a member for each. Handy for a type that should always switch on the same parts of a query.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface)]
public class UsesBoolConds : AccessorEmitterHandler
Inheritance
UsesBoolConds
Inherited Members
Extension Methods

Constructors

UsesBoolConds(params string[])

On a parameter object type, names conditions that are always on whenever an instance is used, without a member for each. Handy for a type that should always switch on the same parts of a query.

public UsesBoolConds(params string[] CondsToUse)

Parameters

CondsToUse string[]

Methods

GetTypeEmitter(char, int, Type, Mapper)

Returns an emitter for the whole parameter type and requested key.

public override ITypeAccessorEmitter? GetTypeEmitter(char varChar, int index, Type type, Mapper mapper)

Parameters

varChar char
index int
type Type
mapper Mapper

Returns

ITypeAccessorEmitter