Skip to content

Commit

Permalink
AutoBuildDocumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wellfiredbuildmachine committed Apr 3, 2018
1 parent ded1396 commit 1d3aebc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,17 @@ Breakdown

- readonly BindableProperty **SourceProperty**

**Description**

When providing a backing store, the Source can be bound to to define what should be displayed in the Detail Page. This is used in conjunction with the Template to define what should be displayed in the Detail :ref:`View<namespacewellfired_peek_view>`.

.. _classwellfired_peek_view_views_sourceboundmasterpage_1adec421faba455dc625a51f7378539830:

- readonly BindableProperty **TemplateProperty**

**Description**

The templace is responsible for deciding what the view should render when the Source has changed.

.. _classwellfired_peek_view_views_sourceboundmasterpage_1a1d8d7148544093a5187853cbb446318a:

- INotifyPropertyChanged **Source** **{** get; set; **}**

**Description**

When providing a backing store, the Source can be bound to to define what should be displayed in the Detail Page. This is used in conjunction with the Template to define what should be displayed in the Detail :ref:`View<namespacewellfired_peek_view>`.
When providing a backing store, the Source can be bound to define what should be displayed in the Detail Page. This is used in conjunction with the Template to define what should be displayed in the Detail :ref:`View<namespacewellfired_peek_view>`.

.. _classwellfired_peek_view_views_sourceboundmasterpage_1a3a4e45e841f79dc612a33b9e23490ca3:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ Description
Properties
-----------

+--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
|IEnumerable< ObservableBase > |:ref:`TabSource<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a02062d396b68396fbc3c998ebf83765a>` **{** get; set; **}** |
+--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
|DateTime |:ref:`BuildDate<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a97a91afb6dff4e26a791ff7fbf6349aa>` **{** get; set; **}** |
+--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
|bool |:ref:`IsSelected<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a0b0f39d66f208da819aaa8545623a275>` **{** get; set; **}** |
+--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
|string |:ref:`FileName<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1ac4e2daa9c29b3da4970c1a2d129efdda>` **{** get; set; **}** |
+--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
+--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
|IEnumerable< ObservableBase > |:ref:`TabSource<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a02062d396b68396fbc3c998ebf83765a>` **{** get; set; **}** |
+--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
|object |:ref:`SelectedPage<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a9fc94594082b34620adf623fed2ce9e7>` **{** get; set; **}** |
+--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
|DateTime |:ref:`BuildDate<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a97a91afb6dff4e26a791ff7fbf6349aa>` **{** get; set; **}** |
+--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
|bool |:ref:`IsSelected<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a0b0f39d66f208da819aaa8545623a275>` **{** get; set; **}** |
+--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
|string |:ref:`FileName<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1ac4e2daa9c29b3da4970c1a2d129efdda>` **{** get; set; **}** |
+--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+

Public Methods
---------------

+-------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| |:ref:`IndividualBuildReport<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a9fe1a61e777cf9275803113efc469357>` **(** :ref:`IBuildReportStorage<interfacewellfired_peek_generator_storage_ibuildreportstorage>` buildReportStorage, string filename **)** |
+-------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|async Task |:ref:`LoadReport<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a1e768bcc8c7f0b3a4e95a2feeafad869>` **(** string reportLocation **)** |
+-------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|void |:ref:`UnloadReport<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1aac310fef59351a2868565a1ed906b76b>` **(** **)** |
|async Task |:ref:`LoadReport<classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a27541a82ab0088a74878727d9550cc67>` **(** string reportLocation, Type previousSelectedPage **)** |
+-------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Breakdown
Expand All @@ -44,6 +44,10 @@ Breakdown

- IEnumerable< ObservableBase > **TabSource** **{** get; set; **}**

.. _classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a9fc94594082b34620adf623fed2ce9e7:

- object **SelectedPage** **{** get; set; **}**

.. _classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a97a91afb6dff4e26a791ff7fbf6349aa:

- DateTime **BuildDate** **{** get; set; **}**
Expand All @@ -60,11 +64,7 @@ Breakdown

- **IndividualBuildReport** **(** :ref:`IBuildReportStorage<interfacewellfired_peek_generator_storage_ibuildreportstorage>` buildReportStorage, string filename **)**

.. _classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a1e768bcc8c7f0b3a4e95a2feeafad869:

- async Task **LoadReport** **(** string reportLocation **)**

.. _classwellfired_peek_viewmodel_buildreport_individualbuildreport_1aac310fef59351a2868565a1ed906b76b:
.. _classwellfired_peek_viewmodel_buildreport_individualbuildreport_1a27541a82ab0088a74878727d9550cc67:

- void **UnloadReport** **(** **)**
- async Task **LoadReport** **(** string reportLocation, Type previousSelectedPage **)**

0 comments on commit 1d3aebc

Please sign in to comment.