Table of Contents

Class EntityFieldBase<T>

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

Type Parameters

T
Inheritance
EntityFieldBase<T>
Implements
Inherited Members

Properties

HasValue

Indicates whether the validatable field has a value set

public override bool HasValue { get; }

Property Value

bool

Parent

public override T Parent { get; }

Property Value

T

Methods

CanParse()

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

public override bool CanParse()

Returns

bool

CreateBinding()

public static PropertyBinding<T> CreateBinding()

Returns

PropertyBinding<T>

HasChanges()

public override bool HasChanges()

Returns

bool