
System.Object
EPLAN.Harness.API.ApiObject
EPLAN.Harness.API.Projects.Documents.ProjectEntity
EPLAN.Harness.API.Projects.Documents.Document
EPLAN.Harness.API.Projects.Documents.RevisionableDocument
EPLAN.Harness.API.Projects.Documents.GraphicDocument
EPLAN.Harness.API.Projects.Documents.Report
public abstract class RevisionableDocument : Document, EPLAN.Harness.API.Interfaces.IApiObject, EPLAN.Harness.API.Occurrences.Interfaces.IUserDefinedProperties
Revisions can NOT be nested. This means that only those documents that are not part of a revision can be revisioned.
Name | Description | |
---|---|---|
![]() | BackupExists | Does this document have a backup file on the disc? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | CreatedBy | Name of the document author. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | CreatedDate | When was the document created. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | Description | Description of the document. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | HasFocus | Does this document have focus in the UI? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | HasRevision | Does this document have a revision? |
![]() | ID | ID of the HpD object. (Inherited from EPLAN.Harness.API.ApiObject) |
![]() | IsOpened | Is this document opened? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | IsOpenedAsReadOnly | Is this document open as read only? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | IsRevision | Is this document part of a revision? |
![]() | IsValid | Overridden. Tells you whether this object is valid or not. |
![]() | LastModified | When was the document last modified. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | LastModifiedBy | The user who modified the document last. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | Name | Name of the document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Path | Path to the document file. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | Revisions | List all revisions this document has. |
![]() | RevisionText | Note related to revision of this document. |
![]() | Settings | Settings stored with this document. |
![]() | UserDefinedProperties | Overridden. List of User-defined properties of this document or project. |
![]() | Variant | Gets parent variant of this document. |
Name | Description | |
---|---|---|
![]() | Close | Close this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Equals | Is this document equal to the following object? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Open | Open this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Promote | If this document is part of a revision, it gets promoted to a normal document. |
![]() | Remove | Remove the document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Restore | Restore this document from backup. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Revise | Create new revision of this document. |
![]() | Save | Save this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | SaveAsTemplate | Save this document as template. |
![]() | ToString | Returns a string that represents the current object. (Inherited from EPLAN.Harness.API.ApiObject) |