.NET Framework Class Library
OnCheckForRequiredECR Class

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace >

.NET Framework Class Library
OnCheckForRequiredECR Class

Event management: provides access to OnCheckForRequiredECR event (Workflow event specialization)

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Class OnCheckForRequiredECR _

Inherits EventsObjT(Of MWEventIN.Workflow.ONCHECKFORREQUIREDECR, MWEventOUT.Workflow.ONCHECKFORREQUIREDECR)

C#

public class OnCheckForRequiredECR : EventsObjT<MWEventIN.Workflow.ONCHECKFORREQUIREDECR, MWEventOUT.Workflow.ONCHECKFORREQUIREDECR>

Visual C++

public ref class OnCheckForRequiredECR : public EventsObjT<MWEventIN.Workflow.ONCHECKFORREQUIREDECR, MWEventOUT.Workflow.ONCHECKFORREQUIREDECR>

JavaScript

MwPDMApi.OnCheckForRequiredECR = function();

Type.createClass(
'MwPDMApi.OnCheckForRequiredECR',
MwPDMApi.EventsObjT`2);

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Workflow.ONCHECKFORREQUIREDECR, MWEventOUT.Workflow.ONCHECKFORREQUIREDECR)
  MwPDMApi.OnCheckForRequiredECR

See Also

OnCheckForRequiredECR Members

MwPDMApi Namespace