Struct PdmProjectFolderId
Represents a PDM project folder identifier.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 9, 0, 0)]
public struct PdmProjectFolderId
Remarks
This structure is available since v7.9.
Constructors
PdmProjectFolderId(String)
Initializes a new instance of the PdmProjectFolderId structure.
Declaration
public PdmProjectFolderId(string pdmProjectFolderId)
Parameters
Type | Name | Description |
---|---|---|
System.String | pdmProjectFolderId | PDM project folder identifier, or null if empty. |
Fields
Empty
Empty identifier.
Declaration
public static readonly PdmProjectFolderId Empty
Field Value
Type | Description |
---|---|
PdmProjectFolderId |
Properties
Id
Gets the PDM project folder identifier.
Declaration
public readonly string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
IsEmpty
Tells whether the identifier is empty.
Declaration
public readonly bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |