Class CollectionFieldBase<T>
public class CollectionFieldBase<T> : PropertyFieldBase<EntityCollectionProperty<T>>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IValidatable<EntityCollectionProperty<T>>, IValidatable where T : IEntity<T>
Type Parameters
T
- Inheritance
-
CollectionFieldBase<T>
- Implements
- Derived
- Inherited Members
Properties
HasValue
Indicates whether the validatable field has a value set
public override bool HasValue { get; }
Property Value
Methods
BindingCollectionChanged(object?, EventArgs)
protected virtual void BindingCollectionChanged(object? sender, EventArgs e)
Parameters
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public override void Dispose()
OnParametersSet()
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
protected override void OnParametersSet()
ShouldRender()
Returns a flag to indicate whether the component should render.
protected override bool ShouldRender()