Show / Hide Table of Contents

    Class RunMode

    Modes for handling multiple deliveries of the same survey.

    Inheritance
    System.Object
    RunMode
    Namespace: Sensus.Probes.User.Scripts
    Assembly: SensusAndroid.dll
    Syntax
    public sealed class RunMode : Enum

    Fields

    Multiple

    Keep all instances of the survey.

    Declaration
    public const RunMode Multiple
    Field Value
    Type Description
    RunMode

    SingleKeepNewest

    Keep the survey that is newest.

    Declaration
    public const RunMode SingleKeepNewest
    Field Value
    Type Description
    RunMode

    SingleKeepOldest

    Keep the survey that is oldest.

    Declaration
    public const RunMode SingleKeepOldest
    Field Value
    Type Description
    RunMode

    value__

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