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 |
System.Boolean | newDataStore | If set to |