BCVersionable Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Server
The BCVersionable type exposes the following members.
Name | Description | |
---|---|---|
CanRevise |
Gets a value indicating whether a working copy can be created.
| |
ContextPath |
Gets the path of the context in which the document is currently active.
| |
CurrentWorkPackage |
Gets the work area to which the document is assigned.
| |
Document |
Gets the document to which the revision belongs.
| |
EffectivityEnd |
Gets the date this revision was ended.
| |
EffectivityStart |
Gets the date this revision was started.
| |
InAnyWorkPackage |
Gets a value indicating whether the document is assigned to a work area.
| |
InCurrentWorkPackage |
Gets a value indicating whether the document is assigned to the current work area.
| |
InSubWorkPackage |
Gets a value indicating whether the document is assigned to a sub-work area of the current work area.
| |
IsFrozen |
Gets a value indicating whether the revision is frozen.
| |
IsUnderRevisionByAnyone |
Gets a value indicating whether a working copy exists for the document (for any user).
| |
NextSubmittedVersionNr |
Gets the revision number as it will be after
the next submit/release action on the document.
| |
Repository |
Gets the repository opened in the context of the revision.
| |
RepositoryContextPath |
Gets the path of the context in which the revision is currently opened.
| |
SubmitDateTime |
Gets the date the document was submitted.
| |
SubmitPerson |
Gets the name of the user who submitted the document.
| |
SubmitReleaseContext |
Gets the context in which the document was released or submitted.
| |
SubmitReleaseDateTime |
Gets the date the document was released or submitted.
| |
SubmitReleasePerson |
Gets the name of the user who released or submitted the document.
| |
SubmittedFromWLOf |
Gets the name of the user who last had a working copy of the document.
| |
UnderRevisionBy |
Gets the name of the user who owns the working copy of the document.
| |
UnderRevisionByMe |
Gets a value indicating whether the current user owns the working copy of the document.
| |
VersionCount |
Gets the number of revisions of the document.
| |
VersionID |
Gets the value that uniquely identifies the revision.
| |
VersionName |
Gets or sets the name of the revision.
| |
VersionNr |
Gets or sets the revision number.
| |
Versions |
Gets the collection of all revisions of the document.
| |
WCCreatedBy |
Gets the name of the user that created the working copy.
| |
WorkPackageName |
Gets the name of the work area the document is assigned to.
| |
WorkPackagePath |
Gets the path of the work package in which the revision is currently opened.
|
Name | Description | |
---|---|---|
BeginDraftVersion |
Creates a working copy (Quick Change).
| |
BeginDraftVersion(String) |
Creates a working copy (Quick Change).
| |
EndDraftVersion |
Ends the draft revision of the document.
| |
EndDraftVersion(EndDraftVersionFlags) |
Ends the draft revision of the document.
| |
EndDraftVersion(EndDraftVersionFlags, String) |
Ends the draft revision of the document.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Freeze |
Freezes the revision.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveDocumentToWorklist |
Moves a document to the specified work list.
| |
RestoreVersion |
Restores the specified revision.
| |
ToString | (Inherited from Object.) | |
VersionsEx(BCCollectionBaseBCPropertyDef) |
Returns collection of all revisions of the document.
| |
VersionsEx(IEnumerableString, PropertyDefFlags) |
Returns collection of all revisions of the document.
|