See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The CommitActionCollectionEditor type exposes the following members.

Methods

  NameDescription
Protected methodCancelChanges
Cancels changes to the collection.
(Inherited from CollectionEditor.)
Protected methodCanRemoveInstance
Indicates whether original members of the collection can be removed.
(Inherited from CollectionEditor.)
Protected methodCanSelectMultipleInstances
Indicates whether multiple collection items can be selected at once.
(Inherited from CollectionEditor.)
Protected methodCommitDropDownSelection (Inherited from ActionCollectionEditor.)
Protected methodCreateCollectionForm (Inherited from ActionCollectionEditor.)
Protected methodCreateCollectionItemType (Inherited from ActionCollectionEditor.)
Protected methodCreateInstance (Inherited from ActionCollectionEditor.)
Protected methodCreateNewDropDownItemTypes (Overrides ActionCollectionEditor..::..CreateNewDropDownItemTypes()()()().)
Protected methodCreateNewItemTypes
Get actions available to be created via the 'Add' button drop edit in the collection editor dialog.
(Inherited from ActionCollectionEditor.)
Protected methodDestroyInstance
Destroys the specified instance of the object.
(Inherited from CollectionEditor.)
Public methodEditValue(IServiceProvider, Object)
Edits the value of the specified object using the editor style indicated by the GetEditStyle()()()() method.
(Inherited from UITypeEditor.)
Public methodEditValue(ITypeDescriptorContext, IServiceProvider, Object) (Inherited from ActionCollectionEditor.)
Protected methodEditValueBase (Inherited from ActionCollectionEditor.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetActionCollection
Get the ActionCollection object that the actions are being added to.
(Inherited from ActionCollectionEditor.)
Protected methodGetAllPublicActionTypes (Inherited from ActionCollectionEditor.)
Protected methodGetDisplayText
Retrieves the display text for the given list item.
(Inherited from CollectionEditor.)
Public methodGetEditStyle()()()()
Gets the editor style used by the EditValue(IServiceProvider, Object) method.
(Inherited from UITypeEditor.)
Public methodGetEditStyle(ITypeDescriptorContext) (Inherited from ActionCollectionEditor.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetItems
Gets an array of objects containing the specified collection.
(Inherited from CollectionEditor.)
Protected methodGetObjectsFromInstance
Returns a list containing the given object
(Inherited from CollectionEditor.)
Public methodGetPaintValueSupported()()()()
Indicates whether this editor supports painting a representation of an object's value.
(Inherited from UITypeEditor.)
Public methodGetPaintValueSupported(ITypeDescriptorContext)
Indicates whether the specified context supports painting a representation of an object's value within the specified context.
(Inherited from UITypeEditor.)
Protected methodGetService
Gets the requested service, if it is available.
(Inherited from CollectionEditor.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHasMoveToComponentTrayOption (Overrides ActionCollectionEditor..::..HasMoveToComponentTrayOption()()()().)
Protected methodInvalidateNewItemTypes
Make sure the Add drop edit is invalidated (refreshed), so that if any action references were added, they also show up in the list.
(Inherited from ActionCollectionEditor.)
Protected methodIsEditListDropDownItemShownLast
Show the 'edit list' item last, as that selection it is less significant in the 'CommitActions' property.
(Overrides ActionCollectionEditor..::..IsEditListDropDownItemShownLast()()()().)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPaintValue(PaintValueEventArgs)
Paints a representation of the value of an object using the specified PaintValueEventArgs.
(Inherited from UITypeEditor.)
Public methodPaintValue(Object, Graphics, Rectangle)
Paints a representation of the value of the specified object to the specified canvas.
(Inherited from UITypeEditor.)
Protected methodSetItems
Sets the specified array as the items of the collection.
(Inherited from CollectionEditor.)
Protected methodSetTypeDescriptorContext
Set the 'Context' property correctly. This is usually done by CollectionEditor.EditValue, but this is overridden in this class and base isn't called immediately.
(Inherited from ActionCollectionEditor.)
Protected methodShowHelp
Displays the default Help topic for the collection editor.
(Inherited from CollectionEditor.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also