The BCEdmItemsUI type exposes the following members.

Constructors

  NameDescription
Public methodBCEdmItemsUI()()()() Obsolete.
Initializes a new instance of the BCEdmItemsUI class.
Public methodBCEdmItemsUI(BCFSObject)
Initializes a new instance of the BCEdmItemsUI class.
Public methodBCEdmItemsUI(BCDocument, BCDocument)
Initializes a new instance of the BCEdmItemsUI class.
Public methodBCEdmItemsUI(BCFSObject, BCServiceProvider)
Initializes a new instance of the BCEdmItemsUI class.
Public methodBCEdmItemsUI(BCRepository, IEnumerable<(Of <<'(String>)>>))
Initializes a new instance of the BCEdmItemsUI class.
Public methodBCEdmItemsUI(BCDocument, BCDocument, BCServiceProvider)
Initializes a new instance of the BCEdmItemsUI class.
Public methodBCEdmItemsUI(BCRepository, IEnumerable<(Of <<'(String>)>>), BCServiceProvider)
Initializes a new instance of the BCEdmItemsUI class.

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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit Obsolete.
Initializes the object.
Public methodInvokeCommand
Invokes the command.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnChangeWAState
Fires OnChangeWAState on the document(s).
Protected methodOnDispose
The method is called on Dispose()()()().
(Overrides DisposableObject..::..OnDispose()()()().)
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
Returns a String that represents the current Object.
(Inherited from Object.)

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.)

See Also