Click or drag to resize

GHABindingBehavior Class

[This is preliminary documentation and is subject to change.]

Defines how bound object properties are handled during an initial binding operation When tagged as Master, the bound object's properties are set to the Master's value When tagged as Slave, the current object's properties are set to the bound object's value If neither is tagged or they are in conflict, the FIRST object discovered in the binding's file is considered the master
Inheritance Hierarchy
SystemObject
  SystemAttribute
    GHASchema.AttributesGHABindingBehavior

Namespace:  GHASchema.Attributes
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = true, Inherited = true)]
public class GHABindingBehavior : Attribute

The GHABindingBehavior type exposes the following members.

Constructors
  NameDescription
Public methodGHABindingBehavior
Initializes a new instance of the GHABindingBehavior class
Top
Properties
  NameDescription
Public propertyBehavior
Public propertyDefaultValue
Top
See Also