PropertyTable Class |
Namespace: SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
The PropertyTable type exposes the following members.
Name | Description | |
---|---|---|
PropertyTable |
Initializes a new instance of the PropertyTable class.
|
Name | Description | |
---|---|---|
DefaultProperty |
Gets or sets the name of the default property in the collection.
(Inherited from PropertyBag.) | |
Item |
Gets or sets the value of the property with the specified name.
In C#, this property is the indexer of the PropertyTable class. | |
PropertySpecifications |
Gets the collection of properties contained within this PropertyBag.
(Inherited from PropertyBag.) | |
ValueGetterFunc |
Gets or sets the value getter func, which is a Func used in OnGetValue, when set, instead of raising an event. Use this func instead of
the event to avoid memory leaks due to event handlers which keep the property bag in memory as long as the creating code is kept in memory: this func
has a reference to the value container instead of to the property bag.
(Inherited from PropertyBag.) | |
ValueSetterFunc |
Gets or sets the value setter func, which is a Func used in OnSetValue, when set, instead of raising an event. Use this func instead of
the event to avoid memory leaks due to event handlers which keep the property bag in memory as long as the creating code is kept in memory: this func
has a reference to the value container instead of to the property bag.
(Inherited from PropertyBag.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnGetValue |
This member overrides PropertyBag.OnGetValue.
(Overrides PropertyBagOnGetValue(PropertySpecificationEventArgs).) | |
OnSetValue |
This member overrides PropertyBag.OnSetValue.
(Overrides PropertyBagOnSetValue(PropertySpecificationEventArgs).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
GetValue |
Event which is raised when a PropertyGrid requests the value of a property.
(Inherited from PropertyBag.) | |
SetValue |
Event which is raised when the user changes the value of a property in a PropertyGrid.
(Inherited from PropertyBag.) |
Name | Description | |
---|---|---|
ICustomTypeDescriptorGetAttributes |
Returns a collection of custom attributes for this instance of a component.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetClassName |
Returns the class name of this instance of a component.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetComponentName |
Returns the name of this instance of a component.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetConverter |
Returns a type converter for this instance of a component.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetDefaultEvent |
Returns the default event for this instance of a component.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetDefaultProperty |
Returns the default property for this instance of a component.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetEditor |
Returns an editor of the specified type for this instance of a component.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetEvents |
Returns the events for this instance of a component.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetEvents(Attribute) |
Returns the events for this instance of a component using the specified attribute array as a filter.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetProperties |
Returns the properties for this instance of a component.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetProperties(Attribute) |
Returns the properties for this instance of a component using the attribute array as a filter.
(Inherited from PropertyBag.) | |
ICustomTypeDescriptorGetPropertyOwner |
Returns an object that contains the property described by the specified property descriptor.
(Inherited from PropertyBag.) |