BCDocumentType Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Server
The BCDocumentType type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllPropertySets |
Gets the collection of all the property sets that belong to this document type,
including the ones from inherited types.
|
![]() | AllUIExtensions |
Gets the collection of all UI extension definitions that belong to the document type,
including the ones from inherited types.
|
![]() | AMClass |
Gets the class that represents a document of the type.
|
![]() | Availability |
Gets or sets the document type availability.
|
![]() | BlankCode |
Gets or sets the blank character for revision numbers.
|
![]() | DefaultDuplicationRule |
Gets or sets the default duplication rule.
|
![]() | Description |
Gets or sets the description of the document type.
|
![]() | DisplayName |
Gets or sets the display name of the document type.
|
![]() | DocumentTemplates |
Gets the collection of all document templates defined for the document type.
|
![]() | Environment |
Gets the environment settings.
|
![]() | Extendable |
Gets the extended object.
(Inherited from BCRepositoryObject.) |
![]() | ExtensionMappings |
Gets the collection of file extensions that maps the document type.
|
![]() | ID |
Gets the value that uniquely identifies the document type.
|
![]() | IncreaseRevisionOnQuickChange |
Gets or set a value indicating whether to increase
the revision number of a document on Quick Change.
|
![]() | IncreaseVersionOnInitialReleaseFromWA |
Gets or sets a value indicating whether to increase the
revision number when the initial revision is released
from a work area.
|
![]() | IncreaseVersionOnInitialSubmit |
Gets or sets a value indicating whether to increase the
revision number when the initial revision is submitted.
|
![]() | InitialWFStateAfterDerive |
Gets or sets the initial workflow state after a document is derived.
|
![]() | InitialWFStateAfterRestore |
Gets or sets the initial workflow state after a revision is restored.
|
![]() | IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) |
![]() | IsHybrid |
Gets or sets a value indicating whether the document type
represents hybrid documents.
|
![]() | LocalPropertySets |
Gets the collection of property sets that belong to the document type.
|
![]() | LocalUIExtensions |
Gets the collection of local UI extension definitions that belong to the document type.
|
![]() | MainPartExtension |
Gets or sets the extension mapping for a main part of a hybrid document.
|
![]() | Name |
Gets or sets the name of the document type.
|
![]() | PreferableWorkflowType |
Gets or sets the workflow type that is preferable for the document type.
|
![]() | Repository |
Gets the repository to which the object belongs.
(Inherited from BCRepositoryObject.) |
![]() | ResetRevisionOnReplacement |
Gets or sets a value indicating whether to reset
the revision number when a replacement document is created.
|
![]() | RevisionBehaviorOnReplacement |
Gets or sets the revision behavior on replacement.
|
![]() | Securable |
Gets the secured object.
(Inherited from BCRepositoryObject.) |
![]() | Separator |
Gets or sets the separator character used for revision numbers.
|
![]() | TitleBlockUpdate |
Gets or sets a bitmask that is a combination of
bit flags from TitleBlockUpdateFlags.
|
![]() | UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) |
![]() | VersioningNumberingMoment |
Gets or sets the moment to increment the revision number.
Can be set for the different revision levels.
|
![]() | VersioningNumberingSystem |
Gets or sets the numbering system used.
Can be set for the different revision levels.
|
![]() | WorkflowAfterDeriveReplace |
Gets or sets the workflow definition to be used after derive or replace operations.
|
![]() | WorkflowAfterRevert |
Gets or sets the workflow definition to be used after a revert operation.
|
![]() | WorkFlowControlFlags |
Gets or sets the workflow control flags.
|
Name | Description | |
---|---|---|
![]() | AvailableWorkflowDefinitions |
Returns a collection of workflow definitions available for existing documents.
|
![]() | AvailableWorkflowDefinitions(WorkflowDefKind) |
Returns the collection of available workflow definitions.
|
![]() | BlankFirstVersion |
Sets a value indicating whether the first revision should
be blank for the specified revision level.
|
![]() | Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDocumentTemplate |
Returns a document template with the specified ID property value.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetSequence |
Returns a sequence with the specified name.
If the sequence does not exist, creates it.
(Inherited from BCRepositoryObject.) |
![]() | GetSequenceList |
Returns an array of all available sequences.
(Inherited from BCRepositoryObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetVersioningNumbering |
Returns the numbering type used for the specified revision level.
|
![]() | IsBlankFirstVersion |
Checks whether the first revision should be blank
for the specified revision level.
|
![]() | LoadProperties |
Returns a property collection for a property set with the specified name.
(Inherited from BCRepositoryObject.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | NewDocumentTemplate |
Creates a new document template.
|
![]() | NewDocumentTemplate(String) |
Creates a new document template with the specified name.
|
![]() | OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.) |
![]() | SaveProperties |
Saves a property collection.
(Inherited from BCRepositoryObject.) |
![]() | SetVersioningNumbering |
Sets a numbering type used for the specified revision level.
|
![]() | ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) |
![]() | ToString | (Inherited from Object.) |