Table of Contents

Class PropertyFieldBase<T>

Namespace
The.Web.Entities.Fields
Assembly
Instagile.Web.Client.dll
public class PropertyFieldBase<T> : FieldBase<T, IEntity?>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IValidatable<T>, IValidatable where T : IProperty

Type Parameters

T
Inheritance
PropertyFieldBase<T>
Implements
Derived
Inherited Members

Properties

HasValue

Indicates whether the validatable field has a value set

public override bool HasValue { get; }

Property Value

bool

Parent

public override IEntity? Parent { get; }

Property Value

IEntity

Methods

CanParse()

Indicates whether the validatable field has a value that can be parsed

public override bool CanParse()

Returns

bool

HasChanges()

public override bool HasChanges()

Returns

bool