Click or drag to resize
OneWayBinding Class
Inheritance Hierarchy
SystemObject
  Lawo.ComponentModelOneWayBinding

Namespace: Lawo.ComponentModel
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static class OneWayBinding
Methods
  NameDescription
Public methodStatic memberCreateTSourceOwner, TTargetOwner, TProperty(IPropertyTSourceOwner, TProperty, IPropertyTTargetOwner, TProperty)
Returns the return value of Create(source, v => v, target).
Public methodStatic memberCreateTSourceOwner, TSource, TTargetOwner, TTarget(IPropertyTSourceOwner, TSource, FuncTSource, TTarget, IPropertyTTargetOwner, TTarget)
Creates a one-way binding between source and target.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also