Table of Contents

Class TranslateFilterSyntaxEventArgs

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Provides data for the TranslateFilterSyntax event.

public sealed class TranslateFilterSyntaxEventArgs : EventArgs
Inheritance
TranslateFilterSyntaxEventArgs
Inherited Members

Properties

ArgumentCount

Gets the number of arguments for the function or operator being translated.

public int ArgumentCount { get; }

Property Value

int

Arguments

Gets the array of arguments provided for the expression part.

public object[] Arguments { get; }

Property Value

object[]

Handled

Gets or sets a value indicating whether the translation has been handled.

public bool Handled { get; set; }

Property Value

bool

Name

Gets the name associated with the expression part (could be a function or identifier name).

public object Name { get; }

Property Value

object

Part

Gets the part of the expression that is being translated.

public LlExpressionPart Part { get; }

Property Value

LlExpressionPart

Result

Gets or sets the result of the translation.

public object Result { get; set; }

Property Value

object

TableName

Gets the name of the table for which the translation is being performed.

public string TableName { get; }

Property Value

string