Class ConstraintField
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
Properties
AllowFalse
public bool AllowFalse { get; set; }
Property Value
AllowNull
public bool AllowNull { get; set; }
Property Value
AllowTrue
public bool AllowTrue { get; set; }
Property Value
HasChanges
public override bool HasChanges { get; }
Property Value
Value
The lensed value which this field is modelling
public override Constraint Value { get; set; }
Property Value
Methods
SetViewFromModelAndNotifyInternal()
protected override void SetViewFromModelAndNotifyInternal()