Concept.Model Assembly > Concept.Model Namespace : ConceptContainer Class |
The following tables list the members exposed by ConceptContainer.
Name | Description | |
---|---|---|
![]() | _isDefaultSubjectLoaded | Get if the default subject is loaded. |
![]() | _serializedProperties | The serialized properties |
Name | Description | |
---|---|---|
![]() | AllNestedItems | Gets the ConceptElement that had been added to the internal list, recursively for each ConceptContainer. |
![]() | Count | Gets the count of the internal list of ConceptElement. |
![]() | IsDefaultSubjectNeeded | Gets or sets a value indicating whether this instance is default subject needed. |
![]() | Items | Gets the ConceptElement that had been added to the internal list of the instance. |
![]() | PropertyInfos | Gets or sets the property infos. |
![]() | Subjects | Overridden. Gets the subjects. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified item to the internal list of the ConceptContainer. |
![]() | AddNew | Overloaded. Creates a new instance of a ConceptElement based object with the ConceptFactory and adds it to the internal list of the ConceptContainer. |
![]() | CanAccept | Determines whether this instance can accept the specified item. |
![]() | CanAdd | Determines whether this instance can add the specified item. |
![]() | CheckNameUniqueness | Checks if the name of the ConceptElement is already used in the internal list. The name must be unique. If the name is already used, an Concept.Utils.ConceptException is thrown. |
![]() | Clear | Overridden. Clears this instance. |
![]() | Contains | Determines whether the internal list contains the ConceptElement. |
![]() | Dispose | Overridden. Releases unmanaged and - optionally - managed resources |
![]() | Find | Finds the ConceptElement matching to the specified path. |
![]() | GenerateUniqueName | Generates a unique identifier which can be used by a ConceptElement which will be added to the ConceptContainer |
![]() | GetHashCode | Overloaded. Overridden. Serves as a hash function for to detect changes of a ConceptElement. |
![]() ![]() | GetPropertyInfo | Gets the property info. |
![]() ![]() | GetPropertyInfos | Gets the property infos. |
![]() ![]() | GetPropertyInfosToSerialize | Gets the property infos to serialize. |
![]() | IndexOf | Retrieves the index of the ConceptElement in the internal list. |
![]() | Insert | Inserts the specified ConceptElement at the specified index in the internal list. |
![]() | IsFactoryValid | Overridden. Tests if a factory is valid for the current class, depending on the base type. This method can be overriden to dynamically change the validity of factories. |
![]() | IsNameUnique | Determines whether the name of the ConceptElement is already used in the internal list. The name must be unique. |
![]() | Move | Moves a item in the internal list of the ConceptContainer. |
![]() | ReadFrom | Overloaded. Overridden. Load a ConceptElement from a node. |
![]() | Remove | Overloaded. Removes the specified item of the internal list. The item will be disposed. |
![]() | RemoveAt | Removes the element present at the specified index in the internal list. |
![]() | RetrieveFactories | Overridden. Retrieves the factories needed to deserialized the ConceptElement. |
![]() | RetrieveProvidedFactories | Overloaded. Overridden. Retrieves the factories of ProvidedComponent provided by the ConceptElement. |
![]() | SetDefaultValues | Overridden. Sets the default values to the properties of the ConceptElement. |
![]() | WritePropertiesOfSubject | Writes the properties of subject. |
![]() | WriteTo | Overloaded. Overridden. Saves a ConceptElement to a node. |
Name | Description | |
---|---|---|
![]() | DoCollectionChanged | Does the collection changed. |
![]() | FindByName | |
![]() | InitializeSubject | Overridden. Initializes the subject. |
![]() | Read | Overloaded. Reads the specified node. |
![]() ![]() | RetrieveInfo | Retrieves the info. |
![]() | Write | Overloaded. Writes the specified node. |
Name | Description | |
---|---|---|
![]() | Details | Overloaded. Details of the element |
![]() | EditControl | Edits the control. |
![]() | EditProperties | Edits the properties. |
![]() | Filter | Overloaded. Filters the specified list. |
![]() | FindContainerOfSpecialType<T> | Finds the type of the container of. |
![]() | FindContainerOfType<T> | Finds the type of the container of. |
![]() | GetDefaultView | Gets the default view. |
![]() | GetImage | Overloaded. Gets the image. |
![]() | GetView | GetView of the control. |
![]() | IfNotNull<T,U> | |
![]() | LargeImage | Overloaded. Larges the image. |
![]() | SmallImage | Overloaded. Smalls the image. |
![]() | YieldReturn<TSource> | Yields the return. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs when the collection changes. |
![]() | Filter | Occurs when a filter over the ConceptFactory must be done. |