DerivedModelDefinition Properties |
The DerivedModelDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowEdit |
Gets whether you can update items in the list.
(Inherited from CommandifiedList<T>.) |
![]() | AllowNew |
Gets whether you can add items to the list using AddNew().
(Inherited from CommandifiedList<T>.) |
![]() | AllowRemove |
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from CommandifiedList<T>.) |
![]() | Count | Gets the number of elements actually contained in the Collection<T>. (Inherited from Collection<RootDocumentDefinition>.) |
![]() | Deserializing |
Gets a value indicating whether this DocumentDefinitionList<T> is deserializing.
(Inherited from DocumentDefinitionList<T>.) |
![]() | HolderDescription |
Gets the holder description for text messages to the user.
|
![]() | IsSorted |
Gets whether the items in the list are sorted.
(Inherited from CommandifiedList<T>.) |
![]() | IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe). Default: false. Set to true in the ctor to
make sure the operations on this object are using locks. Use SyncRoot to lock on the same object as this class' internal operations.
(Inherited from CommandifiedList<T>.) |
![]() | Item |
Gets or sets the instance at the specified index. This is a redefinition, so the get can be synchronized if needed.
(Inherited from CommandifiedList<T>.) |
![]() | Items | Gets a IList<T> wrapper around the Collection<T>. (Inherited from Collection<RootDocumentDefinition>.) |
![]() | ModelType |
The model type this framework holder is interested in.
|
![]() | Name |
Gets or sets the name of the derived model definition.
|
![]() | ObjectID |
Gets the object identifier.
|
![]() | OutputSettingValues |
Gets / sets the output setting values defined on the target framework holder. Used for determining defaults.
|
![]() | Settings |
Gets the settings defined for this derived model definition. This object doesn't contain code generation settings nor framework specific settings.
|
![]() | SettingsHaveBeenChanged |
Flag which signals a setting has changed, so the project should be flagged as changed too.
|
![]() | SortDirection |
Gets the direction of the sort.
(Inherited from CommandifiedList<T>.) |
![]() | SortProperty |
Gets the PropertyDescriptor that is being used for sorting.
(Inherited from CommandifiedList<T>.) |
![]() | SupportsChangeNotification |
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
(Inherited from CommandifiedList<T>.) |
![]() | SupportsSearching |
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
(Inherited from CommandifiedList<T>.) |
![]() | SupportsSorting |
Gets whether the list supports sorting.
(Inherited from CommandifiedList<T>.) |
![]() | SuppressEvents |
Gets or sets a value indicating whether events are blocked from being raised (true) or not (false, default)
(Inherited from CommandifiedList<T>.) |
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the ICollection. It's the same object used in locks inside this object.
(Inherited from CommandifiedList<T>.) |
![]() | TargetElementType |
Gets the target element type of this target.
|
![]() | TargetFrameworkName |
Gets the name of the target framework for this derived model definition.
|
![]() | UseLegacyDefaults |
Gets a value indicating whether legacy defaults (true, default) should be used for SettingDefinitions or not (false). Set to false when SetTargetFramework is called.
|
![]() | XmlElementName |
Gets or sets the name of the XML element of this object.
(Overrides DocumentDefinitionList<T>.XmlElementName.) |
Name | Description | |
---|---|---|
![]() ![]() | IDataErrorInfo.Error |
Gets an error message indicating what is wrong with this object.
|
![]() ![]() | IDataErrorInfo.Item |
Gets the String with the specified column name.
|
![]() ![]() | IOutputSettingValuesTarget.TargetName |
Gets the name of the element.
|
![]() ![]() | IList.IsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from Collection<RootDocumentDefinition>.) |
![]() ![]() | ICollection<T>.IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. (Inherited from Collection<RootDocumentDefinition>.) |
![]() ![]() | IList.IsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from Collection<RootDocumentDefinition>.) |
![]() ![]() | ICollection.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from Collection<RootDocumentDefinition>.) |
![]() ![]() | IList.Item | Gets or sets the element at the specified index. (Inherited from Collection<RootDocumentDefinition>.) |
![]() ![]() | ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from Collection<RootDocumentDefinition>.) |