Show / Hide Table of Contents

    Class ScheduleTrigger

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

    Constructors

    ScheduleTrigger()

    Declaration
    public ScheduleTrigger()

    Properties

    NonDowTriggerIntervalDays

    Declaration
    public int NonDowTriggerIntervalDays { get; set; }
    Property Value
    Type Description
    System.Int32

    ReadableDescription

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

    WindowCount

    Declaration
    public int WindowCount { get; }
    Property Value
    Type Description
    System.Int32

    WindowExpiration

    Declaration
    public bool WindowExpiration { get; set; }
    Property Value
    Type Description
    System.Boolean

    WindowsString

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

    Methods

    GetTriggerTimes(DateTime, Nullable<TimeSpan>)

    Gets trigger times starting on a particular date and having a maximum age until expiration.

    Declaration
    public List<ScriptTriggerTime> GetTriggerTimes(DateTime startDate, Nullable<TimeSpan> maxAge = null)
    Parameters
    Type Name Description
    System.DateTime startDate

    The date on which the scheduled triggers should start. Only the year, month, and day elements will be considered.

    System.Nullable<System.TimeSpan> maxAge

    Maximum age of the triggers, during which they should be valid.

    Returns
    Type Description
    System.Collections.Generic.List<ScriptTriggerTime>

    Trigger times.

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