Class IBinding
Base class for all binding types
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[Serializable]
public class IBinding : IComponentAttachment
Properties
| Name | Description |
|---|---|
| SubQueryPath | The Guid member of IComponentAttachment is mapped to the SubQueryPath containing this Binding |
Methods
| Name | Description |
|---|---|
| GetKey() | Retrieve the key of this binding |
| OnCreate() | OnCreate callback is received after binding is created at run time |
| OnValidate() | To be overriden for actions on data change. |
| SetDataInstance(object) | Set the instance of the data member |