Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxHelper Interface |
The following tables list the members exposed by IMMPxHelper.
Name | Description | |
---|---|---|
![]() | ByteArrayToStdPicture | This method takes a byte stream from a blob and converts it to an IPictureDisp object. |
![]() | GetNextValue | A string value for sSequence is passed in and the method uses it to return the next available value in the sequence. This method is used to generate unique IDs. |
![]() | GetNodeTypeID | Returns the numeric ID for the node type. |
![]() | SetHelperConnection | This method sets the ADO database connection to the helper object. If you are creating a custom helper object, this method must be set. If you are getting the helper from IMMPxApplication, the ADO connection information is set automatically and this method is not necessary. |
![]() | StdPictureToByteArray | This method takes an IPictureDisp object and converts it to a byte stream that can be persisted in a blob. |