Show / Hide Table of Contents

    Class AsplRelation

    Different ways of comparing the aggregated criterion value (see AsplAggregation) with a target value to determine whether a AsplElement was satisfied.

    Inheritance
    System.Object
    AsplRelation
    Namespace: Sensus.Adaptation
    Assembly: SensusAndroid.dll
    Syntax
    public sealed class AsplRelation : Enum

    Fields

    EqualTo

    Equal to the target. This is the only valid option for qualitative aggregates.

    Declaration
    public const AsplRelation EqualTo
    Field Value
    Type Description
    AsplRelation

    GreaterThan

    Greater than the target.

    Declaration
    public const AsplRelation GreaterThan
    Field Value
    Type Description
    AsplRelation

    GreaterThanOrEqualTo

    Greater than or equal to the target.

    Declaration
    public const AsplRelation GreaterThanOrEqualTo
    Field Value
    Type Description
    AsplRelation

    LessThan

    Less than the target.

    Declaration
    public const AsplRelation LessThan
    Field Value
    Type Description
    AsplRelation

    LessThanOrEqualTo

    Less than or equal to the target.

    Declaration
    public const AsplRelation LessThanOrEqualTo
    Field Value
    Type Description
    AsplRelation

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX