Show / Hide Table of Contents

Class ScalarBinding

Base class for scalar data binding.

Inheritance
System.Object
Binding
TwoWayBinding
ScalarBinding
ScalarBindingBase<T>
Implements
System.Collections.Generic.IReadOnlyList<ScalarBinding>
System.Collections.Generic.IReadOnlyCollection<ScalarBinding>
System.Collections.Generic.IEnumerable<ScalarBinding>
System.Collections.IEnumerable
Inherited Members
TwoWayBinding.IsRefreshing
Binding.Template
Binding.GridRange
Binding.Ordinal
Binding.IsSealed
Binding.Style
Binding.AutoSizeOrder
Binding.AutoSizeWaiver
Binding.AdheresToFrozenLeft
Binding.AdheresToFrozenTop
Binding.AdheresToFrozenRight
Binding.AdheresToFrozenBottom
Binding.ViewType
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()

Extension Methods

BindingFactory.BindToValidationPlaceholder(IReadOnlyList<ScalarBinding>)
BindingManager.AdhereToFrozenLeft<T>(T)
BindingManager.AdhereToFrozenTop<T>(T)
BindingManager.AdhereToFrozenRight<T>(T)
BindingManager.AdhereToFrozenBottom<T>(T)
BindingManager.WithStyle<T>(T, Style)
BindingManager.WithStyle<T>(T, StyleId)
BindingManager.WithAutoSizeOrder<T>(T, Int32)
BindingManager.WithAutoSizeWaiver<T>(T, AutoSizeWaiver)
BindingManager.RepeatWhenFlow<T>(T)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest