Show / Hide Table of Contents

    Class DataStorePage

    Displays a data store.

    Inheritance
    System.Object
    DataStorePage
    Namespace: Sensus.UI
    Assembly: SensusAndroid.dll
    Syntax
    public class DataStorePage : ContentPage

    Constructors

    DataStorePage(Protocol, DataStore, Boolean, Boolean)

    Initializes a new instance of the DataStorePage class.

    Declaration
    public DataStorePage(Protocol protocol, DataStore dataStore, bool local, bool newDataStore)
    Parameters
    Type Name Description
    Protocol protocol

    Protocol to which data store is to be bound.

    DataStore dataStore

    Data store to display.

    System.Boolean local

    If set to true, the data store will be treated as a local data store.

    System.Boolean newDataStore

    If set to true, the data store will be treated as a new data store.

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