Table of Contents

Class MessageFilter

Namespace
Crosser.EdgeNode.Flows.Abstractions.Filter
Assembly
Crosser.EdgeNode.Flows.Abstractions.dll
public class MessageFilter
Inheritance
MessageFilter
Inherited Members

Constructors

MessageFilter(string, ExpressionType, string?, ComparisonType, bool)

public MessageFilter(string propertyName, ExpressionType @operator, string? value, ComparisonType comparisonType = ComparisonType.Any, bool missingPropertyIsValid = false)

Parameters

propertyName string
operator ExpressionType
value string
comparisonType ComparisonType
missingPropertyIsValid bool

Properties

ComparisonType

public ComparisonType ComparisonType { get; set; }

Property Value

ComparisonType

MissingPropertyIsValid

public bool MissingPropertyIsValid { get; set; }

Property Value

bool

Operator

public ExpressionType Operator { get; set; }

Property Value

ExpressionType

PropertyName

public string PropertyName { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string