Skip to main content
JS

CollectionFactoryExpressionExtensions Members

Contains extension methods for collection factories.

Methods

Name Description
AddFor<TRow, TProperty>(CollectionFactory<DataGridColumnBuilder<TRow>>, Expression<Func<TRow, TProperty>>) static Adds columns to a strongly-typed DataGrid.
AddFor<TRow, TProperty>(CollectionFactory<DataGridSummaryGroupItemBuilder<TRow>>, Expression<Func<TRow, TProperty>>) static Adds group summary items to a strongly-typed DataGrid.
AddFor<TRow, TProperty>(CollectionFactory<DataGridSummaryTotalItemBuilder<TRow>>, Expression<Func<TRow, TProperty>>) static Adds total summary items to a strongly-typed DataGrid.
AddFor<TField, TProperty>(CollectionFactory<FilterBuilderFieldBuilder<TField>>, Expression<Func<TField, TProperty>>) static Adds fields to a strongly-typed FilterBuilder.
AddFor<TRow, TProperty>(CollectionFactory<GanttColumnBuilder<TRow>>, Expression<Func<TRow, TProperty>>) static
AddFor<TField, TProperty>(CollectionFactory<PivotGridDataSourceFieldBuilder<TField>>, Expression<Func<TField, TProperty>>) static Adds fields to a strongly-typed PivotGrid.
AddFor<TRow, TProperty>(CollectionFactory<TreeListColumnBuilder<TRow>>, Expression<Func<TRow, TProperty>>) static Adds columns to a strongly-typed TreeList.
AddFor<TRow, TColumn, TDisplayColumn>(CollectionFactory<DataGridSummaryGroupItemBuilder<TRow>>, Expression<Func<TRow, TColumn>>, Expression<Func<TRow, TDisplayColumn>>) static Adds a group summary item to a specific column of a strongly-typed DataGrid.
AddFor<TRow, TColumn, TDisplayColumn>(CollectionFactory<DataGridSummaryTotalItemBuilder<TRow>>, Expression<Func<TRow, TColumn>>, Expression<Func<TRow, TDisplayColumn>>) static Adds a total summary item to a specific column of a strongly-typed DataGrid.
AddSimpleFor<TFormData, TProperty>(FormItemsFactory<TFormData>, Expression<Func<TFormData, TProperty>>) static Adds simple items to a strongly-typed Form.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also