mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-04-05 22:01:04 +00:00
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
|
|
{{>partials/uref/class.header}}
|
|
{{#children}}
|
|
<h3 id="{{id}}">{{>partials/classSubtitle}}</h3>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>{{__global.name}}</th>
|
|
<th>{{__global.description}}</th>
|
|
</tr>
|
|
<thead>
|
|
<tbody>
|
|
{{#children}}
|
|
<tr>
|
|
<td id="{{id}}">{{name.0.value}}</td>
|
|
<td>{{{summary}}}</td>
|
|
</tr>
|
|
{{/children}}
|
|
</tbody>
|
|
</table>
|
|
{{/children}}
|
|
{{#extensionMethods.0}}
|
|
<h3 id="extensionmethods">{{__global.extensionMethods}}</h3>
|
|
{{/extensionMethods.0}}
|
|
{{#extensionMethods}}
|
|
<div>
|
|
{{#definition}}
|
|
<xref uid="{{definition}}" fullName="{{fullName.0.value}}" name="{{nameWithType.0.value}}"/>
|
|
{{/definition}}
|
|
{{^definition}}
|
|
<xref uid="{{uid}}" fullName="{{fullName.0.value}}" name="{{nameWithType.0.value}}"/>
|
|
{{/definition}}
|
|
</div>
|
|
{{/extensionMethods}}
|