Table of Contents

Class ConstraintField

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public sealed class ConstraintField : FieldBase<Constraint, ConstraintView>, IField<Constraint>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo
Inheritance
ConstraintField
Implements
Inherited Members
Extension Methods

Constructors

ConstraintField(ISurface, string)

public ConstraintField(ISurface surface, string label)

Parameters

surface ISurface
label string

Properties

AllowFalse

public bool AllowFalse { get; set; }

Property Value

bool

AllowNull

public bool AllowNull { get; set; }

Property Value

bool

AllowTrue

public bool AllowTrue { get; set; }

Property Value

bool

HasChanges

public override bool HasChanges { get; }

Property Value

bool

Value

The lensed value which this field is modelling

public override Constraint Value { get; set; }

Property Value

Constraint

Methods

SetViewFromModelAndNotifyInternal()

protected override void SetViewFromModelAndNotifyInternal()