The BCDocumentType type exposes the following members.

Methods

  NameDescription
Public methodAvailableWorkflowDefinitions()()()()
Returns a collection of workflow definitions available for existing documents.
Public methodAvailableWorkflowDefinitions(WorkflowDefKind)
Returns the collection of available workflow definitions.
Public methodBlankFirstVersion
Sets a value indicating whether the first revision should be blank for the specified revision level.
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 methodGetDocumentTemplate
Returns a document template with the specified ID property value.
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVersioningNumbering
Returns the numbering type used for the specified revision level.
Public methodIsBlankFirstVersion
Checks whether the first revision should be blank for the specified revision level.
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 methodNewDocumentTemplate()()()()
Creates a new document template.
Public methodNewDocumentTemplate(String)
Creates a new document template 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.)
Public methodSetVersioningNumbering
Sets a numbering type used for the specified revision level.
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 propertyAllPropertySets
Gets the collection of all the property sets that belong to this document type, including the ones from inherited types.
Public propertyAvailability
Gets or sets the document type availability.
Public propertyBlankCode
Gets or sets the blank character for revision numbers.
Public propertyDefaultDuplicationRule
Gets or sets the default duplication rule.
Public propertyDescription
Gets or sets the description of the document type.
Public propertyDisplayName
Gets or sets the display name of the document type.
Public propertyDocumentTemplates
Gets the collection of all document templates defined for the document type.
Public propertyEnvironment
Gets the environment settings.
Public propertyExtendable
Gets the extended object.
(Inherited from BCRepositoryObject.)
Public propertyExtensionMappings
Gets the collection of file extensions that maps the document type.
Public propertyID
Gets the value that uniquely identifies the document type.
Public propertyIncreaseRevisionOnQuickChange
Gets or set a value indicating whether to increase the revision number of a document on Quick Change.
Public propertyIncreaseVersionOnInitialReleaseFromWA
Gets or sets a value indicating whether to increase the revision number when the initial revision is released from a work area.
Public propertyIncreaseVersionOnInitialSubmit
Gets or sets a value indicating whether to increase the revision number when the initial revision is submitted.
Public propertyInitialWFStateAfterDerive
Gets or sets the initial workflow state after a document is derived.
Public propertyInitialWFStateAfterRestore
Gets or sets the initial workflow state after a revision is restored.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyIsHybrid
Gets or sets a value indicating whether the document type represents hybrid documents.
Public propertyLocalPropertySets
Gets the collection of property sets that belong to the document type.
Public propertyMainPartExtension
Gets or sets the extension mapping for a main part of a hybrid document.
Public propertyName
Gets or sets the name of the document type.
Public propertyPreferableWorkflowType
Gets or sets the workflow type that is preferable for the document type.
Public propertyRepository
Gets the repository to which the object belongs.
(Inherited from BCRepositoryObject.)
Public propertyResetRevisionOnReplacement
Gets or sets a value indicating whether to reset the revision number when a replacement document is created.
Public propertyRevisionBehaviorOnReplacement
Gets or sets the revision behavior on replacement.
Public propertySecurable
Gets the secured object.
(Inherited from BCRepositoryObject.)
Public propertySeparator
Gets or sets the separator character used for revision numbers.
Public propertyTitleBlockUpdate
Gets or sets a bitmask that is a combination of bit flags from TitleBlockUpdateFlags.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyVersioningNumberingMoment
Gets or sets the moment to increment the revision number. Can be set for the different revision levels.
Public propertyVersioningNumberingSystem
Gets or sets the numbering system used. Can be set for the different revision levels.
Public propertyWorkflowAfterDeriveReplace
Gets or sets the workflow definition to be used after derive or replace operations.
Public propertyWorkflowAfterRevert
Gets or sets the workflow definition to be used after a revert operation.
Public propertyWorkFlowControlFlags
Gets or sets the workflow control flags.

See Also