.NET Framework Class Library
OnUnCheckin Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnUnCheckin Class

Event management: provides access to OnUnCheckin event (Revision event specialization)

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

Syntax

Visual Basic

Public Class OnUnCheckin _

Inherits EventsObjT(Of MWEventIN.Revision.ONUNCHECKIN, MWEventOUT.Revision.ONUNCHECKIN)

C#

public class OnUnCheckin : EventsObjT<MWEventIN.Revision.ONUNCHECKIN, MWEventOUT.Revision.ONUNCHECKIN>

Visual C++

public ref class OnUnCheckin : public EventsObjT<MWEventIN.Revision.ONUNCHECKIN, MWEventOUT.Revision.ONUNCHECKIN>

JavaScript

MwPDMApi.OnUnCheckin = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONUNCHECKIN, MWEventOUT.Revision.ONUNCHECKIN)
  MwPDMApi.OnUnCheckin

See Also

OnUnCheckin Members

MwPDMApi Namespace