Class ScalarBinding
Base class for scalar data binding.
Implements
System.Collections.Generic.IReadOnlyList<ScalarBinding>
System.Collections.Generic.IReadOnlyCollection<ScalarBinding>
System.Collections.Generic.IEnumerable<ScalarBinding>
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 ScalarBinding : TwoWayBinding, IConcatList<ScalarBinding>, IReadOnlyList<ScalarBinding>, IReadOnlyCollection<ScalarBinding>, IEnumerable<ScalarBinding>, IEnumerable
Properties
Name | Description |
---|---|
ChildBindings | Gets the child bindings. |
FlowRepeatCount | Gets the flow repeat count. |
IsEditable | Gets a value indicates whether this binding is editable. |
Item[Int32] | Gets the view element at specified flow index. |
Parent | Gets the parent scalar binding. |
ParentBinding | |
RepeatsWhenFlow | Gets or sets the value indicates whether this binding should repeat when flow. |
ScalarInput | Gets the scalar input. |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable<ScalarBinding>.GetEnumerator() | |
IReadOnlyCollection<ScalarBinding>.Count | |
IReadOnlyList<ScalarBinding>.Item[Int32] | |
IEnumerable.GetEnumerator() |