[]
        
(Showing Draft Content)

C1.Web.Mvc.CollectionViewHelper

CollectionViewHelper Class

Supports the read and write processing of the request from the client-side CollectionView.

Inheritance
CollectionViewHelper
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public static class CollectionViewHelper

Methods

Name Description
BatchEdit<T>(CollectionViewBatchEditRequest<T>, Func<BatchOperatingData<T>, CollectionViewResponse<T>>, Func<IEnumerable<T>>)

Edits batch data accroding to the request and the edit action.

Edit<T>(CollectionViewEditRequest<T>, Func<T, CollectionViewItemResult<T>>, Func<IEnumerable<T>>)

Edits data accroding to the request and the write action.

Read<T>(CollectionViewRequest<T>, IEnumerable<T>, Func<ColumnInfo, IEnumerable<object>>)

Reads data from the request and the source collection.