Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxSDEVersion Interface |
The following tables list the members exposed by IMMPxSDEVersion.
Name | Description | |
---|---|---|
![]() | Access | Indicates whether version access is Public, Protected or Private and corresponds to the Ver_Access field's value in MM_PX_VERSIONS (as integer). |
![]() | BaseVersion | The name of the parent version, corresponds to the Base field's value in MM_PX_VERSIONS table (as string). |
![]() | Description | Describes the node's version, corresponds to the Description field's value in MM_PX_VERSIONS table (as string). |
![]() | Name | Name for the node's version, corresponds to the Name field's value in MM_PX_VERSIONS table (as string). |
![]() | NodeId | The identifier for the node (as long). |
![]() | nodeTypeId | The node type identifier (as long). |
![]() | Status | The status of the version (as integer). |
![]() | UserName | Accesses the username of the person to which the version belongs (as string). |
![]() | Valid | Determines whether the SDE version object is initialized correctly and ready for use (as boolean). |
![]() | VersionInfoDirty | Flag to indicate whether the version has been updated (as boolean). |
Name | Description | |
---|---|---|
![]() | Create | This method creates a new version associated with a Process Framework node. Input parameters node ID (long), node type ID (long) and suppress message flag (as boolean). Returns a boolean indicating if the method was successful. |
![]() | Delete | This method deletes the version. Input parameter is a suppress message flag (as boolean). Returns a boolean indicating if the method was successful. |
![]() | Hydrate | Method to fill the object with data specific to the node. Input parameters are node ID (long), node type ID (long) and a suppress message flag (boolean). Returns a boolean indicating if the method was successful. |
![]() | Initialize | Method to initialize the object with Process Framework data. Input parameters are a PxApp reference (as IMMPxApplication) and a suppress message flag (as boolean). Returns a boolean indicating if the method was successful. |
![]() | Update | This method updates the version. Input parameter is a suppress message flag (as boolean). Returns a boolean indicating if the method was successful. |