Skip to content

Commit 9afae3d

Browse files
authored
DOCSP-26227: support for fluent api (#28)
1 parent 884eb8f commit 9afae3d

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

source/code-type/builders.txt

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ information message displayed:
7777
:tabid: no-message
7878

7979
.. figure:: /includes/images/builder.png
80-
:alt: Screenshot of builder expression in visual studio with ellipsis annotation.
80+
:alt: Screenshot of builder expression in Visual Studio with ellipsis annotation.
8181

8282
.. tab:: With Information Message
8383
:tabid: message
8484

8585
.. figure:: /includes/images/builder-popup-photoshop.png
86-
:alt: Screenshot of builder expression in visual studio with information message displayed.
86+
:alt: Screenshot of builder expression in Visual Studio with information message displayed.
8787

8888
Track Builder Variables
8989
~~~~~~~~~~~~~~~~~~~~~~~
@@ -102,12 +102,36 @@ information message displayed:
102102
:tabid: no-message-variable
103103

104104
.. figure:: /includes/images/builder-variable.png
105-
:alt: Screenshot of builder expression variable in visual studio with ellipsis annotation.
105+
:alt: Screenshot of builder expression variable in Visual Studio with ellipsis annotation.
106106

107107
.. tab:: With Information Message
108108
:tabid: message-variable
109109

110110
.. figure:: /includes/images/builder-variable-popup.png
111-
:alt: Screenshot of builder expression variable in visual studio with information message displayed.
111+
:alt: Screenshot of builder expression variable in Visual Studio with information message displayed.
112+
113+
Fluent API
114+
~~~~~~~~~~
115+
116+
The {+product+} supports the Fluent API using builder classes in the {+driver-short+}. You can
117+
create a sequence of chained builder methods and view the {+query-api+} translation in
118+
the information message.
119+
120+
Click the following tabs to see an operation using chained builder methods with and without an
121+
information message displayed:
122+
123+
.. tabs::
124+
125+
.. tab:: Without Information Message
126+
:tabid: no-message-fluent-api
127+
128+
.. figure:: /includes/images/fluent-api.png
129+
:alt: Screenshot of builder expression variable in Visual Studio with ellipsis annotation.
130+
131+
.. tab:: With Information Message
132+
:tabid: message-fluent-api
133+
134+
.. figure:: /includes/images/fluent-api-popup.png
135+
:alt: Screenshot of builder expression variable in Visual Studio with information message displayed.
112136

113137
.. include:: /includes/error-list-window.rst
-45.7 KB
Binary file not shown.
133 KB
Loading

source/includes/images/fluent-api.png

46.3 KB
Loading

0 commit comments

Comments
 (0)