Show / Hide Table of Contents

    Interface IScript

    Namespace: Sensus.Probes.User.Scripts
    Assembly: Sensus.Shared.NuGet.dll
    Syntax
    public interface IScript

    Properties

    Birthdate

    Declaration
    DateTime Birthdate { get; }
    Property Value
    Type Description
    System.DateTime

    DisplayDateTime

    Declaration
    DateTime DisplayDateTime { get; }
    Property Value
    Type Description
    System.DateTime

    ExpirationDate

    Declaration
    Nullable<DateTime> ExpirationDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Id

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

    IRunner

    Declaration
    IScriptRunner IRunner { get; }
    Property Value
    Type Description
    IScriptRunner

    RunTime

    Declaration
    Nullable<DateTimeOffset> RunTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    ScheduledRunTime

    Declaration
    Nullable<DateTimeOffset> ScheduledRunTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX