.NET Framework Class Library
Document.DataEntrHelper Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Document Class > Document Methods > .NET Framework Class Library |
Returns the helper object associated with the specified document helper associated to dataentr context. Initializes and returns a new instance of the appropriate DataEntr helper class.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function DataEntrHelper As Object |
C# |
|---|
public Object DataEntrHelper() |
Visual C++ |
|---|
public: Object^ DataEntrHelper() |
JavaScript |
|---|
function dataEntrHelper(); |
Return Value
An instance of the helper class for the specified document event.
See Also