Table of Contents

Namespace The.Web.Entities.Fields

Classes

CollectionFieldBase<T>
ComboReferenceField<T>
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 Metadata is 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.

EnumStringField<T>
FieldBase<T, U>

Base class for components that model an entity property, which can be generated by an IEditSpec.

ListCollectionField<T>
ListReferenceField<T>
LookupCollectionField<T>
NotImplementedField
PropertyFieldBase<T>
ReadonlyField
ReferenceFieldBase
ReferenceFieldBase<T>
RowEditModal<T>
SectionField<T>
ValueFieldBase<T>
ValueReferenceField<T>
_Imports