Class Scalar
Base class of 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 : IScalars, IReadOnlyCollection<Scalar>, IEnumerable<Scalar>, IEnumerable
Properties
| Name | Description |
|---|---|
| Container | Gets the container that manages all scalar data. |
| IsEditing | Gets a value indicates whether this scalar data is being edit. |
| Ordinal | Gets the ordinal. |
Methods
| Name | Description |
|---|---|
| GetValue(Boolean) | Gets the data value. |
| SetValue(Object, Boolean) | Sets the data value. |