The BCWorkPackageTemplate type exposes the following members.

Methods

  NameDescription
Public methodCheckTemplate
Checks the work area template for errors.
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 methodGetSequence
Returns a sequence with the specified name. If the sequence does not exist, creates it.
(Inherited from BCRepositoryObject.)
Public methodGetSequenceList
Returns an array of all available sequences.
(Inherited from BCRepositoryObject.)
Public methodGetState
Gets the state with the specified ID property value.
Public methodGetTransition
Gets the transition with the specified ID property value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadProperties
Returns a property collection for a property set with the specified name.
(Inherited from BCRepositoryObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewState()()()()
Creates a new state.
Public methodNewState(String)
Creates a new state with the specified name.
Public methodNewTransition()()()()
Creates a new transition.
Public methodNewTransition(String)
Creates a new transition with the specified name.
Protected methodOnDispose
The method is called on the Dispose()()()() method call. Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.)
Public methodSaveProperties
Saves a property collection.
(Inherited from BCRepositoryObject.)
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 propertyAccessRights
Gets access rights of the work package template.
Public propertyColumnPropertyDefCollection
Gets the collection of properties that are shown as columns in the "All Documents in work area" view.
Public propertyDescription
Gets or sets a comment text about the type of work area.
Public propertyDisplayName
Gets or sets the display name of the template.
Public propertyDocRefDirection
Gets or sets the direction of document references included in the result.
Public propertyDocRefType
Gets or sets the document reference type used to limit the document references.
Public propertyEnvironment
Gets the environment the template is defined in.
Public propertyExtendable
Gets the extended object.
(Inherited from BCRepositoryObject.)
Public propertyID
Gets the value that uniquely identifies the template.
Public propertyIncludeReferenced
Gets or sets a value that defines what references are included in the result.
Public propertyInitialState
Gets the initial state for a new work area.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyMaintainHistory
Gets or sets a value indicating whether history is kept during the lifetime of the work area.
Public propertyName
Gets or set the internal name of the template.
Public propertyOnImportDocument
Gets or sets the state to set when importing documents.
Public propertyRepository
Gets the repository to which the object belongs.
(Inherited from BCRepositoryObject.)
Public propertyRetainHistory
Gets or sets a value indicating whether history for this work area is retained after it reaches its end state.
Public propertySecurable
Gets the secured object.
(Inherited from BCRepositoryObject.)
Public propertyStates
Gets the collection of all states defined in the template.
Public propertyTransitions
Gets the collection of all transitions defined in the template.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyVaultLevelAllowed
Gets or sets a value indicating whether work areas can be created from the template in the main area.
Public propertyWorkIsolationMode
Gets or sets a value indicating whether the Work Isolation mode has been enabled for the work area.

See Also