BCExtensionCommandGroupCollectionEditor MembersMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

The BCExtensionCommandGroupCollectionEditor type exposes the following members.
Constructors

  NameDescription
Public methodBCExtensionCommandGroupCollectionEditor
Initializes a new instance of the BCExtensionCommandItemCollectionEditor class.
Back to Top
Methods

  NameDescription
Protected methodOnlineCancelChanges
Cancels changes to the collection.
(Inherited from OnlineCollectionEditor.)
Protected methodOnlineCanRemoveInstance
Indicates whether original members of the collection can be removed.
(Inherited from OnlineCollectionEditor.)
Protected methodOnlineCanSelectMultipleInstances
Indicates whether multiple collection items can be selected at once.
(Inherited from OnlineCollectionEditor.)
Protected methodCreateCollectionForm
Creates a new form to display and edit the current collection.
(Overrides OnlineCollectionEditor CreateCollectionForm .)
Protected methodOnlineCreateCollectionItemType
Gets the data type that this collection contains.
(Inherited from OnlineCollectionEditor.)
Protected methodOnlineCreateInstance
Creates a new instance of the specified collection item type.
(Inherited from OnlineCollectionEditor.)
Protected methodCreateNewItemTypes
Gets the data types that this collection editor can contain.
(Overrides OnlineCollectionEditor CreateNewItemTypes .)
Protected methodOnlineDestroyInstance
Destroys the specified instance of the object.
(Inherited from OnlineCollectionEditor.)
Public methodOnlineEditValue(IServiceProvider, Object)
Edits the value of the specified object using the editor style indicated by the OnlineGetEditStyle  method.
(Inherited from OnlineUITypeEditor.)
Public methodOnlineEditValue(ITypeDescriptorContext, IServiceProvider, Object)
Edits the value of the specified object using the specified service provider and context.
(Inherited from OnlineCollectionEditor.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Protected methodGetDisplayText
Retrieves the display text for the given list item.
(Overrides OnlineCollectionEditor GetDisplayText(Object).)
Public methodOnlineGetEditStyle 
Gets the editor style used by the OnlineEditValue(IServiceProvider, Object) method.
(Inherited from OnlineUITypeEditor.)
Public methodOnlineGetEditStyle(ITypeDescriptorContext)
Gets the edit style used by the OnlineEditValue(ITypeDescriptorContext, IServiceProvider, Object) method.
(Inherited from OnlineCollectionEditor.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodOnlineGetItems
Gets an array of objects containing the specified collection.
(Inherited from OnlineCollectionEditor.)
Protected methodOnlineGetObjectsFromInstance
Returns a list containing the given object
(Inherited from OnlineCollectionEditor.)
Public methodOnlineGetPaintValueSupported 
Indicates whether this editor supports painting a representation of an object's value.
(Inherited from OnlineUITypeEditor.)
Public methodOnlineGetPaintValueSupported(ITypeDescriptorContext)
Indicates whether the specified context supports painting a representation of an object's value within the specified context.
(Inherited from OnlineUITypeEditor.)
Protected methodOnlineGetService
Gets the requested service, if it is available.
(Inherited from OnlineCollectionEditor.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlinePaintValue(PaintValueEventArgs)
Paints a representation of the value of an object using the specified OnlinePaintValueEventArgs.
(Inherited from OnlineUITypeEditor.)
Public methodOnlinePaintValue(Object, Graphics, Rectangle)
Paints a representation of the value of the specified object to the specified canvas.
(Inherited from OnlineUITypeEditor.)
Protected methodOnlineSetItems
Sets the specified array as the items of the collection.
(Inherited from OnlineCollectionEditor.)
Protected methodOnlineShowHelp
Displays the default Help topic for the collection editor.
(Inherited from OnlineCollectionEditor.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Protected propertyOnlineCollectionItemType
Gets the data type of each item in the collection.
(Inherited from OnlineCollectionEditor.)
Protected propertyOnlineCollectionType
Gets the data type of the collection object.
(Inherited from OnlineCollectionEditor.)
Protected propertyOnlineContext
Gets a type descriptor that indicates the current context.
(Inherited from OnlineCollectionEditor.)
Protected propertyOnlineHelpTopic
Gets the Help keyword to display the Help topic or topic list for when the editor's dialog box Help button or the F1 key is pressed.
(Inherited from OnlineCollectionEditor.)
Public propertyOnlineIsDropDownResizable
Gets a value indicating whether drop-down editors should be resizable by the user.
(Inherited from OnlineUITypeEditor.)
Protected propertyOnlineNewItemTypes
Gets the available types of items that can be created for this collection.
(Inherited from OnlineCollectionEditor.)
Back to Top
See Also