Class ScalarBindingBase<T>
Base class for strongly typed scalar binding.
Inheritance
System.Object
ScalarBindingBase<T>
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.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class ScalarBindingBase<T> : ScalarBinding, IConcatList<ScalarBinding>, IReadOnlyList<ScalarBinding>, IReadOnlyCollection<ScalarBinding>, IEnumerable<ScalarBinding>, IEnumerable where T : UIElement, new()
Type Parameters
Name | Description |
---|---|
T | Type of view element. |
Properties
Name | Description |
---|---|
Item[Int32] | Gets the view element for specified flow index.. |
ViewType |
Methods
Name | Description |
---|---|
GetSettingUpElement(ScalarPresenter) | Gets the view element currently being setup for specified scalar presenter. |
GetSettingUpElement(Int32) | Gets the view element currently being setup at specified flow index. |