Click or drag to resize

BindableCustomProperty Class

Simple class which is used to bind a custom property. Because a Dictionary isn't bindable, the contents of the hashtable are first stored in instances of this class and then an ArrayList object with instances of this class is bound to a grid. This class also offers event handlers to show changes of values.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.Core.GeneralDataStructuresBindableCustomProperty

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public class BindableCustomProperty

The BindableCustomProperty type exposes the following members.

Constructors
  NameDescription
Public methodBindableCustomProperty
CTor
Top
Properties
  NameDescription
Public propertyKey
Gets / sets key
Public propertyValue
Gets / sets value
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventValueChanged
Event to signal changes to the value of this object
Top
See Also