DerivedModelDefinition Properties |
The DerivedModelDefinition type exposes the following members.
Name | Description | |
---|---|---|
AdditionalCycleTaskPreferences |
Gets the cycle task preferences for the additional tasks for this derived model
| |
AllowEdit |
Gets whether you can update items in the list.
(Inherited from CommandifiedListT.) | |
AllowNew |
Gets whether you can add items to the list using AddNew.
(Inherited from CommandifiedListT.) | |
AllowRemove |
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from CommandifiedListT.) | |
Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionRootDocumentDefinition.) | |
Deserializing |
Gets a value indicating whether this DocumentDefinitionListT is deserializing.
(Inherited from DocumentDefinitionListT.) | |
HolderDescription |
Gets the holder description for text messages to the user.
| |
IsSorted |
Gets whether the items in the list are sorted.
(Inherited from CommandifiedListT.) | |
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 CommandifiedListT.) | |
Item |
Gets or sets the instance at the specified index. This is a redefinition, so the get can be synchronized if needed.
(Inherited from CommandifiedListT.) | |
Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionRootDocumentDefinition.) | |
LastUsedNormalCodeGenerationCyclePreferences |
Gets the last used code generation cycle preferences or null if no code has been generated so far.
| |
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 CommandifiedListT.) | |
SortProperty |
Gets the PropertyDescriptor that is being used for sorting.
(Inherited from CommandifiedListT.) | |
SupportsChangeNotification |
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
(Inherited from CommandifiedListT.) | |
SupportsSearching |
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
(Inherited from CommandifiedListT.) | |
SupportsSorting |
Gets whether the list supports sorting.
(Inherited from CommandifiedListT.) | |
SuppressEvents |
Gets or sets a value indicating whether events are blocked from being raised (true) or not (false, default)
(Inherited from CommandifiedListT.) | |
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 CommandifiedListT.) | |
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 DocumentDefinitionListTXmlElementName.) |
Name | Description | |
---|---|---|
IDataErrorInfoError |
Gets an error message indicating what is wrong with this object.
| |
IDataErrorInfoItem |
Gets the String with the specified column name.
| |
IOutputSettingValuesTargetTargetName |
Gets the name of the element.
| |
IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from CollectionRootDocumentDefinition.) | |
ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from CollectionRootDocumentDefinition.) | |
IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from CollectionRootDocumentDefinition.) | |
ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from CollectionRootDocumentDefinition.) | |
IListItem | Gets or sets the element at the specified index. (Inherited from CollectionRootDocumentDefinition.) | |
ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from CollectionRootDocumentDefinition.) |