[]
        
(Showing Draft Content)

C1.Web.Mvc.CollectionView.CommandType

CommandType Enum

The command type of CollectionView's request.

Namespace: C1.Web.Mvc.CollectionView
Assembly: C1.Web.Mvc.dll
Syntax
public enum CommandType

Fields

Name Description
BatchEdit

The type of batch modifying data.

Create

The type of creating data.

Delete

The type of deleting data.

Read

The type of reading data.

Update

The type of updating data.