| Class | Description |
 | BaseConceptCategoryAttribute | BaseConceptCategoryAttribute is a class attribute which defines the path of the ConceptElement. The path is used in categorized views. |
 | BaseConceptDetailsAttribute | BaseConceptDetailsAttribute is a class attribute which defines the details of the ConceptElement. |
 | BaseConceptNameAttribute | BaseConceptNameAttribute is a class attribute which defines the path of the ConceptElement. The path is used in categorized views. |
 | BaseConceptPropertyInfo | Class BaseConceptPropertyInfo |
 | BaseConceptPropertyObjectInfo | Class BaseConceptPropertyObjectInfo |
 | BaseConceptPropertyValueInfo | Class BaseConceptPropertyValueInfo |
 | BaseConceptProvidedComponentAttribute | |
 | BinaryData | Class BinaryData |
 | BinaryToStringConverter<T> | Class BinaryToStringConverter |
 | ConceptAssembly | |
 | ConceptAutoCreateAttribute | ConceptAutoCreate is a property attribute which allow to automatically create ConceptElement properties. The mecanism use the default factory to create the instance. As default, the name will be the name of the property. |
 | ConceptCategoryAttribute | ConceptCategoryAttribute is the standard implementation of BaseConceptCategoryAttribute |
 | ConceptComponent | Represents the base class for all the element of the trade domain. Each component class of the user domain model should inherit from this class to use the ConceptModel integrated services. |
 | ConceptComponentNone | |
 | ConceptContainer | Reprensents the base class of all ConceptElement that are composed by other ConceptElement. |
 | ConceptContainer.Indexer | Represents the indexer of the internal list of ConceptElement. |
 | ConceptDefaultValueAttribute | ConceptDefaultValue is a property attribute which defines the default value of the property of the ConceptElement. |
 | ConceptDetailsAttribute | ConceptDetailsAttribute is the standard implementation of BaseConceptDetailsAttribute. |
 | ConceptDynamicComponent | Represents the base class for the component containing a polymorphous element. As a ConceptElement, this class has the mecanism allow serialization and deserialisation from/to a node or a file. When deserializing, the ConceptList will create dynamically the instance of ConceptElement using the ConceptFactory described in the node/file. |
 | ConceptDynamicComponent<T> | Represents the base class for the component containing a polymorphous element. As a ConceptElement, this class has the mecanism allow serialization and deserialisation from/to a node or a file. When deserializing, the ConceptList will create dynamically the instance of ConceptElement using the ConceptFactory described in the node/file. |
 | ConceptDynamicList | Represents the base class for the list containing polymorphous element.. As a ConceptElement, this class has the mecanism allow serialization and deserialisation from/to a node or a file. When deserializing, the ConceptList will create dynamically instances of ConceptElement using the ConceptFactory described in the node/file. |
 | ConceptDynamicList<T> | Represents the generic class for the list containing polymorphous element. As a ConceptElement, this class has the mecanism allow serialization and deserialisation from/to a node or a file. When deserializing, the ConceptList will create dynamically instances of ConceptElement using the ConceptFactory described in the node/file. |
 | ConceptDynamicList.Indexer<T,U> | Represents the indexer of the internal list. |
 | ConceptEditorAttribute | EditorAttribute is a class attribute which defines the default editor used when the EditProperties() method is called. |
 | ConceptElement | Reprensents the based class of Concept framework. The Concept model is used to naturally reprensent the trade domain. Its rich mecanisms allow to reprensent easily list of components, components themselves and links between them. |
 | ConceptFactories | Class ConceptFactories |
 | ConceptFactory | Class ConceptFactory |
 | ConceptFactoryIdAttribute | ConceptFactoryIdAttribute allow to customize the name of the factory |
 | ConceptField | Class ConceptField |
 | ConceptLargeImageAttribute | ConceptLargeImageAttribute is a class attribute which defines a large image for a ConceptElement. |
 | ConceptLink | Provides a simple way to connect ConceptElements together and keep this connection through time (starting/stopping application), by serializing the linked object(s) path(s). The ConceptLink uses a pattern called "Lazy Binding" (also known as lazy linking or on-demand symbol resolution) to resolve its paths. ConceptLink abstract class is the base class for ConceptSingleLink and ConceptMultipleLink. |
 | ConceptList | Represents the base class for all the list provided by Concept framework. As a ConceptElement, this class has the mecanism allow serialization and deserialisation from/to a node or a file. When deserializing, the ConceptList will create dynamically instances of ConceptElement using the ConceptFactory described in the node/file. |
 | ConceptModelUtils | Class ConceptModelUtils |
 | ConceptMultipleLink | Class ConceptMultipleLink |
 | ConceptMultipleLink<T> | Class ConceptMultipleLink |
 | ConceptNameAttribute | ConceptNameAttribute is the standard implementation of BaseConceptCategoryAttribute |
 | ConceptPropertyObjectInfo | Class ConceptPropertyObjectInfo |
 | ConceptPropertyValueInfo | Class ConceptPropertyValueInfo |
 | ConceptProvidedComponentAttribute | ConceptProvideAttribute is a class attribute which associates a ConceptProvidedComponent to a ConceptComponent. |
 | ConceptProvidedFactory | Class ConceptProvidedFactory |
 | ConceptProvidedHierarchyAttribute | ConceptProvideHierarchy is a class attribute which allow to provide a hierarchy of component, meaning non abstract subclasses. |
 | ConceptRegistry | Class ConceptRegistry |
 | ConceptRootAttribute | ConceptRootAttribute is a class attribute which defines if the class is a root. Only root can be instanciated in Concept Editor as top level ConceptElement. |
 | ConceptSerializedAttribute | ConceptSerializedAttribute is a property attribute which involves that the property will automatically be serialized with the properties of the owner. |
 | ConceptSingleLink | Provides a simple way to connect one ConceptElement to another and keep this connection through time (starting/stopping application), by serializing the linked object path. The ConceptLink uses a pattern called "Lazy Binding" (also known as lazy linking or on-demand symbol resolution) to resolve its paths. |
 | ConceptSingleLink<T> | Class ConceptSingleLink |
 | ConceptSmallImageAttribute | ConceptSmallImageAttribute is a class attribute which defines a small image for a ConceptElement. |
 | ConceptStaticList | Class ConceptStaticList |
 | ConceptStaticList<T> | Class ConceptStaticList |
 | ConceptStaticList.Indexer<T,U> | Class Indexer |
 | ConceptVectorImageAttribute | ConceptVectorImageAttribute is a class attribute which defines a vector image for a ConceptElement. The vector image will be looked in the Application ressource dictionary (WPF) |
 | ConceptViewAttribute | ConceptViewAttribute in a class attribute which associates Model/View, a specific subject could be specified. ModelPropertyName parameter is obsolete when using this attribute on a Property |
 | ConceptViewPropertyAttribute | ConceptPropertyViewParameterAttribute in a property or class attribute which set parameters to the view used in default concept editor |
 | ConceptViewPropertyBindingAttribute | ConceptPropertyViewParameterAttribute in a property or class attribute which set parameters to the view used in default concept editor |
 | ConceptViewPropertyIntlAttribute | ConceptViewPropertyIntlAttribute in a property or class attribute which set parameters to the view used in default concept editor |
 | ConceptViewVisibleAttribute | ConceptVisibleInEditorAttribute is a class or field attribute which defines if the matching element must be editable in the default view of Concept editor. |
 | ConceptVisibleAttribute | ConceptVisibleAttribute is a class attribute which defines if the linked ConceptFactory is displayed when adding new object to a ConceptDynamicList. |
 | IntlConceptCategoryAttribute | IntlConceptCategoryAttribute is the Intl implementation of BaseConeptCategoryAttribute |
 | IntlConceptDetailsAttribute | IntlConceptDetailsAttribute is the Intl implementation of BaseConceptDetailsAttribute. |
 | IntlConceptNameAttribute | IntlConceptNameAttribute is the Intl implementation of BaseConeptCategoryAttribute |
 | NotifierElement | |
 | PluginClassManager | Summary description for PluginClassManager. |
 | PngData | Class PngData |
 | SubjectedConceptElements | Class SubjectedConceptElements |
 | SubjectedConceptProperties | Class SubjectedConceptProperties |