Click or drag to resize
DerivedModelDefinition Properties

The DerivedModelDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets whether you can update items in the list.
(Inherited from CommandifiedListT.)
Public propertyAllowNew
Gets whether you can add items to the list using AddNew.
(Inherited from CommandifiedListT.)
Public propertyAllowRemove
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from CommandifiedListT.)
Public propertyCount (Inherited from CollectionRootDocumentDefinition.)
Protected propertyDeserializing (Inherited from DocumentDefinitionListT.)
Public propertyHolderDescription
Gets the holder description for text messages to the user.
Public propertyIsSorted
Gets whether the items in the list are sorted.
(Inherited from CommandifiedListT.)
Public propertyIsSynchronized
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.)
Public propertyItem
Gets or sets the instance at the specified index. This is a redefinition, so the get can be synchronized if needed.
(Inherited from CommandifiedListT.)
Protected propertyItems (Inherited from CollectionRootDocumentDefinition.)
Public propertyModelType
The model type this framework holder is interested in.
Public propertyName
Gets or sets the name of the derived model definition.
Public propertyObjectID
Gets the object identifier.
Public propertyOutputSettingValues
Gets / sets the output setting values defined on the target framework holder. Used for determining defaults.
Public propertySettings
Gets the settings defined for this derived model definition. This object doesn't contain code generation settings nor framework specific settings.
Public propertySettingsHaveBeenChanged
Flag which signals a setting has changed, so the project should be flagged as changed too.
Public propertySortDirection
Gets the direction of the sort.
(Inherited from CommandifiedListT.)
Public propertySortProperty
Gets the PropertyDescriptor that is being used for sorting.
(Inherited from CommandifiedListT.)
Public propertySupportsChangeNotification
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
(Inherited from CommandifiedListT.)
Public propertySupportsSearching
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
(Inherited from CommandifiedListT.)
Public propertySupportsSorting
Gets whether the list supports sorting.
(Inherited from CommandifiedListT.)
Public propertySuppressEvents
Gets or sets a value indicating whether events are blocked from being raised (true) or not (false, default)
(Inherited from CommandifiedListT.)
Public propertySyncRoot
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.)
Public propertyTargetElementType
Gets the target element type of this target.
Public propertyTargetFrameworkName
Gets the name of the target framework for this derived model definition.
Public propertyUseLegacyDefaults
Gets a value indicating whether legacy defaults (true, default) should be used for SettingDefinitions or not (false). Set to false when SetTargetFramework is called.
Protected propertyXmlElementName
Gets or sets the name of the XML element of this object.
(Overrides DocumentDefinitionListTXmlElementName.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDataErrorInfoError
Gets an error message indicating what is wrong with this object.
Explicit interface implementationPrivate propertyIDataErrorInfoItem
Gets the String with the specified column name.
Explicit interface implementationPrivate propertyIOutputSettingValuesTargetTargetName
Gets the name of the element.
Explicit interface implementationPrivate propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionRootDocumentDefinition.)
Explicit interface implementationPrivate propertyICollectionTIsReadOnly (Inherited from CollectionRootDocumentDefinition.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionRootDocumentDefinition.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionRootDocumentDefinition.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from CollectionRootDocumentDefinition.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionRootDocumentDefinition.)
Top
See Also