Namespace The.Web.Entities.Fields
Classes
- EntityFieldBase<T>
Base for a field component that operates on the whole entity rather than one property, bound via CreateBinding() to a synthetic identity IProperty (its
Metadatais null). This is the edit-side way to render or act on the whole row - the counterpart to the list side's UnboundCellSpec - so there is deliberately no "UnboundFieldSpec": such a field is just a normal FieldSpec over this binding, keeping the field combinators and (optional) validation.
- FieldBase<T, U>
Base class for components that model an entity property, which can be generated by an IEditSpec.