Click or drag to resize
PropertyBinding Class
Represents a binding from a source property to a target property.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsPropertyBinding

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class PropertyBinding

The PropertyBinding type exposes the following members.

Constructors
  NameDescription
Public methodPropertyBinding(ProjectObject, String, ProjectObject, String)
Creates a new instance of the PropertyBinding class.
Public methodPropertyBinding(ProjectObject, String, ProjectObject, String, Boolean)
Creates a new instance of the PropertyBinding class.
Top
Properties
  NameDescription
Public propertyAllowCycle
Returns a value indicating if the target property is allowd to be set more than once in the same context
Public propertyParent
Public propertySourceObject
Returns the object on which SourceProperty can be found
Public propertySourceObjectName
Returns the name of the source object. Typically used for debugging if the object has been removed.
Public propertySourceProperty
Returns the name of the property that acts as the binding source
Public propertyTargetObject
Returns the object on which TargetProperty can be found
Public propertyTargetObjectName
Returns the name of the target object. Typically used for debugging if the object has been removed.
Public propertyTargetProperty
Returns the name of the property that acts as the binding target
Top
Methods
Version Information

Supported in: 1.0.0.0
See Also