The AttributeHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AttributeHandler | Initializes a new instance of the AttributeHandler class |
Methods
| Name | Description | |
|---|---|---|
| AddAttribute | ||
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAttribute | ||
| GetAttributes | Overloaded. | |
| GetAttributeValueChoices | ||
| GetDataTypeProvider | ||
| GetHashCode |
Serves as a hash function for a particular type.
(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.) | |
| OnAttributeAdded | ||
| OnAttributeRemoved | ||
| OnAttributeUpdated | ||
| RemoveAttribute | ||
| ToString | (Inherited from Object.) | |
| UpdateAttribute |
Fields
| Name | Description | |
|---|---|---|
| SUPPORTED_PRIMITIVE_TYPES |
Properties
| Name | Description | |
|---|---|---|
| DataTypeProviders | ||
| Instance |
Events
| Name | Description | |
|---|---|---|
| AttributeAdded |
Occurs when a IAttribute is added.
| |
| AttributeRemoved |
Occurs when a IAttribute is removed.
| |
| AttributeUpdated |
Occurs when a IAttribute is changed.
|