@@ -77,13 +77,13 @@ information message displayed:
77
77
:tabid: no-message
78
78
79
79
.. 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.
81
81
82
82
.. tab:: With Information Message
83
83
:tabid: message
84
84
85
85
.. 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.
87
87
88
88
Track Builder Variables
89
89
~~~~~~~~~~~~~~~~~~~~~~~
@@ -102,12 +102,36 @@ information message displayed:
102
102
:tabid: no-message-variable
103
103
104
104
.. 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.
106
106
107
107
.. tab:: With Information Message
108
108
:tabid: message-variable
109
109
110
110
.. 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.
112
136
113
137
.. include:: /includes/error-list-window.rst
0 commit comments