Struct DocumentId
Represents a TopSolid document identifier.
Implements
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 6, 0, 0)]
public struct DocumentId : IEquatable<DocumentId>
Remarks
This structure is available since v7.6.
Constructors
| Name | Description |
|---|---|
| DocumentId(string) | Initializes a new instance of the DocumentId structure. |
Fields
| Name | Description |
|---|---|
| Empty | Empty identifier. |
Properties
| Name | Description |
|---|---|
| IsEmpty | Tells whether the document identifier is empty. |
| PdmDocumentId | Gets the PDM document identifier. |
Methods
| Name | Description |
|---|---|
| Equals(object) | |
| Equals(DocumentId) | |
| GetHashCode() |
Operators
| Name | Description |
|---|---|
| operator ==(DocumentId, DocumentId) | Tells whether two document identifiers are equal. |
| operator !=(DocumentId, DocumentId) | Tells whether two document identifiers are different. |