Click or drag to resize

BCEdmItemsUI Class

Provides common implementations for commands issued by client application.
Inheritance Hierarchy

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public class BCEdmItemsUI : DisposableObject

The BCEdmItemsUI type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCommandsCount
Gets the number of commands.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyLastResult
Gets the array of result values of a batch operation for each object in the selection.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Top
Methods
  NameDescription
Public methodAdd2Selection
Adds document(s) to the specified selection.
Public methodAdd2WorkList
Adds document(s) to the specified work list.
Public methodChangeWFState
Changes the document(s) workflow state.
Public methodCommandID
Returns a command at the specified index.
Public methodCommandStatus
Returns a bitmask that is a combination of bit flags from ItemCommandFlags.
Public methodCommandString(Int32)
Returns the name of the command at the specified index.
Public methodCommandString(Int32, ItemCommandKind)
Returns a string of the command at the specified index.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Public methodExecuteCWFTransition
Executes a document workflow transition.
Public methodExecutePWFTransition
Executes a project workflow transition.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInit Obsolete.
Initializes the object.
Public methodInvokeCommand(IWin32Window, ItemCommand)
Invokes the command.
Public methodInvokeCommand(IWin32Window, ItemCommand, IEnumerableObject)
Invokes the command with the specified arguments.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnChangeWAState
Fires OnChangeWAState on the document(s).
Protected methodOnDispose (Overrides DisposableObjectOnDispose.)
Public methodSetNamedOption
Sets a value of the named option.
Public methodSetOptions(ItemOptionFlags)
Sets batch transaction options (30 documents per transaction).
Public methodSetOptions(ItemOptionFlags, Int32)
Sets batch transaction options.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
See Also