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 |
---|---|
Equality |
Gets the equality comparer. |
Value | Gets or sets the data value. |
Methods
Name | Description |
---|---|
AddValidator(Func<T, String>) | Adds validator. |
Edit |
Tries to edit data value. |
Get |
Gets the data value. |
Set |
Sets the data value. |