Class Scalar<T>
Represents scalar data that can be used as data binding source.
Implements
System.Collections.Generic.IReadOnlyCollection<Scalar>
System.Collections.Generic.IEnumerable<Scalar>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class Scalar<T> : Scalar, IScalars, IReadOnlyCollection<Scalar>, IEnumerable<Scalar>, IEnumerable
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
EqualityComparer | Gets the equality comparer. |
Value | Gets or sets the data value. |
Methods
Name | Description |
---|---|
AddValidator(Func<T, String>) | Adds validator. |
EditValue(T) | Tries to edit data value. |
GetValue(Boolean) | Gets the data value. |
SetValue(T, Boolean) | Sets the data value. |