The following tables list the members exposed by ConceptComponent.
Public Properties
Public Methods
| Name | Description |
 | Clear | Overridden. Clears the component by setting the default values (calls SetDefaultValues) and clearing all the contained element. |
 | Dispose | Overridden. Releases unmanaged and - optionally - managed resources. |
 | GetHashCode | Overloaded. Overridden. This function provides a hash code that matches to the properties of this element. This hash code allows to know if the ConceptComponent has changed between two calls of this function. |
 | ReadFrom | Overloaded. Overridden. Read all serialized properties of this ConceptComponent and its contained elements from a IDataStoreNode. |
 | SetDefaultValues | Overridden. Sets the default values for all the properties in this ConceptComponent. You can define the default value of each property with ConceptDefaultValueAttribute. |
 | WriteTo | Overloaded. Overridden. Serialize in XML all nested properties marked with the ConceptSerializedAttribute |
Top
Extension Methods
See Also