Skip to content

SaveRequestHandler<TRow,TSaveRequest,TSaveResponse>.GetEditableFields method

Gets the list of editable fields. These are fields that have Insertable (if Create), or Updatable (if Update) flags, and have the insert or update permission based on the type of the current operation.

protected virtual void GetEditableFields(HashSet<Field> editable)
parameter description
editable

See Also