Show / Hide Table of Contents

    Class MessageFilter

    Inheritance
    System.Object
    MessageFilter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Crosser.EdgeNode.Flows.Abstractions.Filter.MessageFilter
    Assembly: Crosser.EdgeNode.Flows.Abstractions.dll
    Syntax
    public class MessageFilter

    Constructors

    MessageFilter(String, ExpressionType, String, ComparisonType, Boolean)

    Declaration
    public MessageFilter(string propertyName, ExpressionType op, string value, ComparisonType comparisonType = ComparisonType.Any, bool missingPropertyIsValid = false)
    Parameters
    System.String propertyName

    ExpressionType op

    System.String value

    ComparisonType comparisonType

    System.Boolean missingPropertyIsValid

    Properties

    ComparisonType

    Declaration
    public ComparisonType ComparisonType { get; set; }
    Property Value
    ComparisonType

    MissingPropertyIsValid

    Declaration
    public bool MissingPropertyIsValid { get; set; }
    Property Value
    System.Boolean

    Operator

    Declaration
    public ExpressionType Operator { get; set; }
    Property Value
    ExpressionType

    PropertyName

    Declaration
    public string PropertyName { get; set; }
    Property Value
    System.String

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    System.String

    Back to top Crosser SDK