Show / Hide Table of Contents

    Class ProbesPage

    Inheritance
    System.Object
    ProbesPage
    ProbesEditPage
    ProbesViewPage
    Namespace: Sensus.UI
    Assembly: SensusAndroid.dll
    Syntax
    public abstract class ProbesPage : ContentPage

    Constructors

    ProbesPage(Protocol, String)

    Declaration
    public ProbesPage(Protocol protocol, string title)
    Parameters
    Type Name Description
    Protocol protocol
    System.String title

    Properties

    ProbesList

    Declaration
    protected ListView ProbesList { get; }
    Property Value
    Type Description
    Xamarin.Forms.ListView

    Protocol

    Declaration
    protected Protocol Protocol { get; }
    Property Value
    Type Description
    Protocol

    Methods

    ProbeTappedAsync(Object, ItemTappedEventArgs)

    Declaration
    protected abstract void ProbeTappedAsync(object sender, ItemTappedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    Xamarin.Forms.ItemTappedEventArgs e
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX