Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Attributes.ExprAttribute Constructor

Constructor.

Class: YetaWF.Core.Models.Attributes.ExprAttribute
Namespace: YetaWF.Core.Models.Attributes
Assembly: YetaWF.Core

Syntax

public ExprAttribute( OpEnum op );
public ExprAttribute(
    OpEnum op,
    string propLeft1,
    OpCond cond1,
    object? val1 );
public ExprAttribute(
    OpEnum op,
    string propLeft1,
    OpCond cond1,
    object? val1,
    string propLeft2,
    OpCond cond2,
    object? val2 );
public ExprAttribute(
    OpEnum op,
    string propLeft1,
    OpCond cond1,
    object? val1,
    string propLeft2,
    OpCond cond2,
    object? val2,
    string propLeft3,
    OpCond cond3,
    object? val3 );
public ExprAttribute(
    OpEnum op,
    string propLeft1,
    OpCond cond1,
    object? val1,
    string propLeft2,
    OpCond cond2,
    object? val2,
    string propLeft3,
    OpCond cond3,
    object? val3,
    string propLeft4,
    OpCond cond4,
    object? val4 );
public ExprAttribute(
    OpEnum op,
    string propLeft1,
    OpCond cond1,
    object? val1,
    string propLeft2,
    OpCond cond2,
    object? val2,
    string propLeft3,
    OpCond cond3,
    object? val3,
    string propLeft4,
    OpCond cond4,
    object? val4,
    string propLeft5,
    OpCond cond5,
    object? val5 );
public ExprAttribute(
    OpEnum op,
    string propLeft1,
    OpCond cond1,
    object? val1,
    string propLeft2,
    OpCond cond2,
    object? val2,
    string propLeft3,
    OpCond cond3,
    object? val3,
    string propLeft4,
    OpCond cond4,
    object? val4,
    string propLeft5,
    OpCond cond5,
    object? val5,
    string propLeft6,
    OpCond cond6,
    object? val6 );

Parameters

op

(not specified)

propLeft1

(not specified)

cond1

(not specified)

val1

(not specified)

propLeft2

(not specified)

cond2

(not specified)

val2

(not specified)

propLeft3

(not specified)

cond3

(not specified)

val3

(not specified)

propLeft4

(not specified)

cond4

(not specified)

val4

(not specified)

propLeft5

(not specified)

cond5

(not specified)

val5

(not specified)

propLeft6

(not specified)

cond6

(not specified)

val6

(not specified)

Remarks

Standard constructor.

See Also YetaWF.Core.Models.Attributes.ExprAttribute ClassYetaWF.Core Overview