Show / Hide Table of Contents

    Class AsplStatement

    Combination of an AsplCriterion and ProtocolSettings to apply when starting and ending sensing control.

    Inheritance
    System.Object
    AsplStatement
    Namespace: Sensus.Adaptation
    Assembly: SensusAndroid.dll
    Syntax
    public class AsplStatement : Object

    Constructors

    AsplStatement()

    Declaration
    public AsplStatement()

    Properties

    BeginControlSettings

    ProtocolSettings to apply when control begins.

    Declaration
    public List<ProtocolSetting> BeginControlSettings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ProtocolSetting>

    The begin control settings.

    Criterion

    Criterion to check.

    Declaration
    public AsplCriterion Criterion { get; set; }
    Property Value
    Type Description
    AsplCriterion

    The criterion.

    Description

    Longer description.

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

    The description.

    EndControlSettings

    ProtocolSettings to apply when control ends.

    Declaration
    public List<ProtocolSetting> EndControlSettings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ProtocolSetting>

    The end control settings.

    Id

    Short identifier.

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

    The identifier.

    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX