HtmlForgeX

API Reference

Class

DataTablesDslOptionsApplier

Namespace HtmlForgeX.DslOptions.Tables
Assembly HtmlForgeX
Modifiers static

Applies DSL option objects to a DataTables table.

Inheritance

  • Object
  • DataTablesDslOptionsApplier

Methods

public static Void ApplyOptions(DataTablesTable table, IEnumerable<Object> options) #
Returns: Void

Applies option objects to the provided DataTablesTable.

Parameters

table HtmlForgeX.DataTablesTable requiredposition: 0
Table instance to configure.
options System.Collections.Generic.IEnumerable{System.Object} requiredposition: 1
Option objects emitted by the PowerShell DSL.