SaveRequestHandler<TRow,TSaveRequest,TSaveResponse>.ValidateEditableFields method

namespace: Serenity.Services   assemblySerenity.Net.Services

Validates editable fields, e.g. checks if the assigned fields are all in the editable set. Calls HandleNonEditable if not.

protected virtual void ValidateEditableFields(HashSet<Field> editable)
parameter description
editable Set of editable fields

See Also