UICatalog.Scenario.ScenarioMetadata.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class Scenario.ScenarioMetadata
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Scenario.ScenarioMetadata
  11. ">
  12. <meta name="generator" content="docfx 2.59.4.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <link href="https://fonts.googleapis.com/css?family=Source Sans Pro" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Source Code Pro" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../../">
  22. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  23. <div id="wrapper">
  24. <header>
  25. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  29. <span class="sr-only">Toggle navigation</span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="navbar-brand" href="../../index.html">
  35. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  36. </a>
  37. </div>
  38. <div class="collapse navbar-collapse" id="navbar">
  39. <form class="navbar-form navbar-right" role="search" id="search">
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  42. </div>
  43. </form>
  44. </div>
  45. </div>
  46. </nav>
  47. <div class="subnav navbar navbar-default">
  48. <div class="container hide-when-search" id="breadcrumb">
  49. <ul class="breadcrumb">
  50. <li></li>
  51. </ul>
  52. </div>
  53. </div>
  54. </header>
  55. <div class="container body-content">
  56. <div id="search-results">
  57. <div class="search-list">Search Results for <span></span></div>
  58. <div class="sr-items">
  59. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  60. </div>
  61. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  62. </div>
  63. </div>
  64. <div role="main" class="container body-content hide-when-search">
  65. <div class="sidenav hide-when-search">
  66. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  67. <div class="sidetoggle collapse" id="sidetoggle">
  68. <div id="sidetoc"></div>
  69. </div>
  70. </div>
  71. <div class="article row grid-right">
  72. <div class="col-md-10">
  73. <article class="content wrap" id="_content" data-uid="UICatalog.Scenario.ScenarioMetadata">
  74. <h1 id="UICatalog_Scenario_ScenarioMetadata" data-uid="UICatalog.Scenario.ScenarioMetadata" class="text-break">Class Scenario.ScenarioMetadata
  75. </h1>
  76. <div class="markdown level0 summary"><p>Defines the metadata (Name and Description) for a <a class="xref" href="UICatalog.Scenario.html">Scenario</a></p>
  77. </div>
  78. <div class="markdown level0 conceptual"></div>
  79. <div class="inheritance">
  80. <h5>Inheritance</h5>
  81. <div class="level0"><span class="xref">System.Object</span></div>
  82. <div class="level1"><span class="xref">System.Attribute</span></div>
  83. <div class="level2"><span class="xref">Scenario.ScenarioMetadata</span></div>
  84. </div>
  85. <div class="inheritedMembers">
  86. <h5>Inherited Members</h5>
  87. <div>
  88. <span class="xref">System.Attribute.Equals(System.Object)</span>
  89. </div>
  90. <div>
  91. <span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)</span>
  92. </div>
  93. <div>
  94. <span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)</span>
  95. </div>
  96. <div>
  97. <span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)</span>
  98. </div>
  99. <div>
  100. <span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
  101. </div>
  102. <div>
  103. <span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)</span>
  104. </div>
  105. <div>
  106. <span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)</span>
  107. </div>
  108. <div>
  109. <span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)</span>
  110. </div>
  111. <div>
  112. <span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
  113. </div>
  114. <div>
  115. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly)</span>
  116. </div>
  117. <div>
  118. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)</span>
  119. </div>
  120. <div>
  121. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)</span>
  122. </div>
  123. <div>
  124. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)</span>
  125. </div>
  126. <div>
  127. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)</span>
  128. </div>
  129. <div>
  130. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)</span>
  131. </div>
  132. <div>
  133. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)</span>
  134. </div>
  135. <div>
  136. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
  137. </div>
  138. <div>
  139. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module)</span>
  140. </div>
  141. <div>
  142. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)</span>
  143. </div>
  144. <div>
  145. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)</span>
  146. </div>
  147. <div>
  148. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)</span>
  149. </div>
  150. <div>
  151. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)</span>
  152. </div>
  153. <div>
  154. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)</span>
  155. </div>
  156. <div>
  157. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)</span>
  158. </div>
  159. <div>
  160. <span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
  161. </div>
  162. <div>
  163. <span class="xref">System.Attribute.GetHashCode()</span>
  164. </div>
  165. <div>
  166. <span class="xref">System.Attribute.IsDefaultAttribute()</span>
  167. </div>
  168. <div>
  169. <span class="xref">System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)</span>
  170. </div>
  171. <div>
  172. <span class="xref">System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)</span>
  173. </div>
  174. <div>
  175. <span class="xref">System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)</span>
  176. </div>
  177. <div>
  178. <span class="xref">System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
  179. </div>
  180. <div>
  181. <span class="xref">System.Attribute.IsDefined(System.Reflection.Module, System.Type)</span>
  182. </div>
  183. <div>
  184. <span class="xref">System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)</span>
  185. </div>
  186. <div>
  187. <span class="xref">System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)</span>
  188. </div>
  189. <div>
  190. <span class="xref">System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
  191. </div>
  192. <div>
  193. <span class="xref">System.Attribute.Match(System.Object)</span>
  194. </div>
  195. <div>
  196. <span class="xref">System.Attribute.TypeId</span>
  197. </div>
  198. <div>
  199. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  200. </div>
  201. <div>
  202. <span class="xref">System.Object.GetType()</span>
  203. </div>
  204. <div>
  205. <span class="xref">System.Object.MemberwiseClone()</span>
  206. </div>
  207. <div>
  208. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  209. </div>
  210. <div>
  211. <span class="xref">System.Object.ToString()</span>
  212. </div>
  213. </div>
  214. <h6><strong>Namespace</strong>: <a class="xref" href="UICatalog.html">UICatalog</a></h6>
  215. <h6><strong>Assembly</strong>: UICatalog.dll</h6>
  216. <h5 id="UICatalog_Scenario_ScenarioMetadata_syntax">Syntax</h5>
  217. <div class="codewrapper">
  218. <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Class)]
  219. public class ScenarioMetadata : Attribute</code></pre>
  220. </div>
  221. <h3 id="constructors">Constructors
  222. </h3>
  223. <span class="small pull-right mobile-hide">
  224. <span class="divider">|</span>
  225. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=UICatalog_Scenario_ScenarioMetadata__ctor_System_String_System_String_.md&amp;value=---%0Auid%3A%20UICatalog.Scenario.ScenarioMetadata.%23ctor(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  226. </span>
  227. <span class="small pull-right mobile-hide">
  228. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/UICatalog/Scenario.cs/#L101">View Source</a>
  229. </span>
  230. <a id="UICatalog_Scenario_ScenarioMetadata__ctor_" data-uid="UICatalog.Scenario.ScenarioMetadata.#ctor*"></a>
  231. <h4 id="UICatalog_Scenario_ScenarioMetadata__ctor_System_String_System_String_" data-uid="UICatalog.Scenario.ScenarioMetadata.#ctor(System.String,System.String)">ScenarioMetadata(String, String)</h4>
  232. <div class="markdown level1 summary"></div>
  233. <div class="markdown level1 conceptual"></div>
  234. <h5 class="decalaration">Declaration</h5>
  235. <div class="codewrapper">
  236. <pre><code class="lang-csharp hljs">public ScenarioMetadata(string Name, string Description)</code></pre>
  237. </div>
  238. <h5 class="parameters">Parameters</h5>
  239. <table class="table table-bordered table-striped table-condensed">
  240. <thead>
  241. <tr>
  242. <th>Type</th>
  243. <th>Name</th>
  244. <th>Description</th>
  245. </tr>
  246. </thead>
  247. <tbody>
  248. <tr>
  249. <td><span class="xref">System.String</span></td>
  250. <td><span class="parametername">Name</span></td>
  251. <td></td>
  252. </tr>
  253. <tr>
  254. <td><span class="xref">System.String</span></td>
  255. <td><span class="parametername">Description</span></td>
  256. <td></td>
  257. </tr>
  258. </tbody>
  259. </table>
  260. <h3 id="properties">Properties
  261. </h3>
  262. <span class="small pull-right mobile-hide">
  263. <span class="divider">|</span>
  264. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=UICatalog_Scenario_ScenarioMetadata_Description.md&amp;value=---%0Auid%3A%20UICatalog.Scenario.ScenarioMetadata.Description%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  265. </span>
  266. <span class="small pull-right mobile-hide">
  267. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/UICatalog/Scenario.cs/#L99">View Source</a>
  268. </span>
  269. <a id="UICatalog_Scenario_ScenarioMetadata_Description_" data-uid="UICatalog.Scenario.ScenarioMetadata.Description*"></a>
  270. <h4 id="UICatalog_Scenario_ScenarioMetadata_Description" data-uid="UICatalog.Scenario.ScenarioMetadata.Description">Description</h4>
  271. <div class="markdown level1 summary"><p><a class="xref" href="UICatalog.Scenario.html">Scenario</a> Description</p>
  272. </div>
  273. <div class="markdown level1 conceptual"></div>
  274. <h5 class="decalaration">Declaration</h5>
  275. <div class="codewrapper">
  276. <pre><code class="lang-csharp hljs">public string Description { get; set; }</code></pre>
  277. </div>
  278. <h5 class="propertyValue">Property Value</h5>
  279. <table class="table table-bordered table-striped table-condensed">
  280. <thead>
  281. <tr>
  282. <th>Type</th>
  283. <th>Description</th>
  284. </tr>
  285. </thead>
  286. <tbody>
  287. <tr>
  288. <td><span class="xref">System.String</span></td>
  289. <td></td>
  290. </tr>
  291. </tbody>
  292. </table>
  293. <span class="small pull-right mobile-hide">
  294. <span class="divider">|</span>
  295. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=UICatalog_Scenario_ScenarioMetadata_Name.md&amp;value=---%0Auid%3A%20UICatalog.Scenario.ScenarioMetadata.Name%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  296. </span>
  297. <span class="small pull-right mobile-hide">
  298. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/UICatalog/Scenario.cs/#L94">View Source</a>
  299. </span>
  300. <a id="UICatalog_Scenario_ScenarioMetadata_Name_" data-uid="UICatalog.Scenario.ScenarioMetadata.Name*"></a>
  301. <h4 id="UICatalog_Scenario_ScenarioMetadata_Name" data-uid="UICatalog.Scenario.ScenarioMetadata.Name">Name</h4>
  302. <div class="markdown level1 summary"><p><a class="xref" href="UICatalog.Scenario.html">Scenario</a> Name</p>
  303. </div>
  304. <div class="markdown level1 conceptual"></div>
  305. <h5 class="decalaration">Declaration</h5>
  306. <div class="codewrapper">
  307. <pre><code class="lang-csharp hljs">public string Name { get; set; }</code></pre>
  308. </div>
  309. <h5 class="propertyValue">Property Value</h5>
  310. <table class="table table-bordered table-striped table-condensed">
  311. <thead>
  312. <tr>
  313. <th>Type</th>
  314. <th>Description</th>
  315. </tr>
  316. </thead>
  317. <tbody>
  318. <tr>
  319. <td><span class="xref">System.String</span></td>
  320. <td></td>
  321. </tr>
  322. </tbody>
  323. </table>
  324. <h3 id="methods">Methods
  325. </h3>
  326. <span class="small pull-right mobile-hide">
  327. <span class="divider">|</span>
  328. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=UICatalog_Scenario_ScenarioMetadata_GetDescription_System_Type_.md&amp;value=---%0Auid%3A%20UICatalog.Scenario.ScenarioMetadata.GetDescription(System.Type)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  329. </span>
  330. <span class="small pull-right mobile-hide">
  331. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/UICatalog/Scenario.cs/#L119">View Source</a>
  332. </span>
  333. <a id="UICatalog_Scenario_ScenarioMetadata_GetDescription_" data-uid="UICatalog.Scenario.ScenarioMetadata.GetDescription*"></a>
  334. <h4 id="UICatalog_Scenario_ScenarioMetadata_GetDescription_System_Type_" data-uid="UICatalog.Scenario.ScenarioMetadata.GetDescription(System.Type)">GetDescription(Type)</h4>
  335. <div class="markdown level1 summary"><p>Static helper function to get the <a class="xref" href="UICatalog.Scenario.html">Scenario</a> Description given a Type</p>
  336. </div>
  337. <div class="markdown level1 conceptual"></div>
  338. <h5 class="decalaration">Declaration</h5>
  339. <div class="codewrapper">
  340. <pre><code class="lang-csharp hljs">public static string GetDescription(Type t)</code></pre>
  341. </div>
  342. <h5 class="parameters">Parameters</h5>
  343. <table class="table table-bordered table-striped table-condensed">
  344. <thead>
  345. <tr>
  346. <th>Type</th>
  347. <th>Name</th>
  348. <th>Description</th>
  349. </tr>
  350. </thead>
  351. <tbody>
  352. <tr>
  353. <td><span class="xref">System.Type</span></td>
  354. <td><span class="parametername">t</span></td>
  355. <td></td>
  356. </tr>
  357. </tbody>
  358. </table>
  359. <h5 class="returns">Returns</h5>
  360. <table class="table table-bordered table-striped table-condensed">
  361. <thead>
  362. <tr>
  363. <th>Type</th>
  364. <th>Description</th>
  365. </tr>
  366. </thead>
  367. <tbody>
  368. <tr>
  369. <td><span class="xref">System.String</span></td>
  370. <td></td>
  371. </tr>
  372. </tbody>
  373. </table>
  374. <span class="small pull-right mobile-hide">
  375. <span class="divider">|</span>
  376. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=UICatalog_Scenario_ScenarioMetadata_GetName_System_Type_.md&amp;value=---%0Auid%3A%20UICatalog.Scenario.ScenarioMetadata.GetName(System.Type)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  377. </span>
  378. <span class="small pull-right mobile-hide">
  379. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/UICatalog/Scenario.cs/#L112">View Source</a>
  380. </span>
  381. <a id="UICatalog_Scenario_ScenarioMetadata_GetName_" data-uid="UICatalog.Scenario.ScenarioMetadata.GetName*"></a>
  382. <h4 id="UICatalog_Scenario_ScenarioMetadata_GetName_System_Type_" data-uid="UICatalog.Scenario.ScenarioMetadata.GetName(System.Type)">GetName(Type)</h4>
  383. <div class="markdown level1 summary"><p>Static helper function to get the <a class="xref" href="UICatalog.Scenario.html">Scenario</a> Name given a Type</p>
  384. </div>
  385. <div class="markdown level1 conceptual"></div>
  386. <h5 class="decalaration">Declaration</h5>
  387. <div class="codewrapper">
  388. <pre><code class="lang-csharp hljs">public static string GetName(Type t)</code></pre>
  389. </div>
  390. <h5 class="parameters">Parameters</h5>
  391. <table class="table table-bordered table-striped table-condensed">
  392. <thead>
  393. <tr>
  394. <th>Type</th>
  395. <th>Name</th>
  396. <th>Description</th>
  397. </tr>
  398. </thead>
  399. <tbody>
  400. <tr>
  401. <td><span class="xref">System.Type</span></td>
  402. <td><span class="parametername">t</span></td>
  403. <td></td>
  404. </tr>
  405. </tbody>
  406. </table>
  407. <h5 class="returns">Returns</h5>
  408. <table class="table table-bordered table-striped table-condensed">
  409. <thead>
  410. <tr>
  411. <th>Type</th>
  412. <th>Description</th>
  413. </tr>
  414. </thead>
  415. <tbody>
  416. <tr>
  417. <td><span class="xref">System.String</span></td>
  418. <td></td>
  419. </tr>
  420. </tbody>
  421. </table>
  422. </article>
  423. </div>
  424. <div class="hidden-sm col-md-2" role="complementary">
  425. <div class="sideaffix">
  426. <div class="contribution">
  427. <ul class="nav">
  428. <li>
  429. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=UICatalog_Scenario_ScenarioMetadata.md&amp;value=---%0Auid%3A%20UICatalog.Scenario.ScenarioMetadata%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  430. </li>
  431. <li>
  432. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/UICatalog/Scenario.cs/#L89" class="contribution-link">View Source</a>
  433. </li>
  434. </ul>
  435. </div>
  436. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  437. <h5>In This Article</h5>
  438. <div></div>
  439. </nav>
  440. </div>
  441. </div>
  442. </div>
  443. </div>
  444. <footer>
  445. <div class="grad-bottom"></div>
  446. <div class="footer">
  447. <div class="container">
  448. <span class="pull-right">
  449. <a href="#top">Back to top</a>
  450. </span>
  451. <span>Generated by <strong>DocFX</strong></span>
  452. </div>
  453. </div>
  454. </footer>
  455. </div>
  456. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  457. <script type="text/javascript" src="../../styles/docfx.js"></script>
  458. <script type="text/javascript" src="../../styles/main.js"></script>
  459. </body>
  460. </html>