.NET Framework Class Library
OnCheckoutRecord Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnCheckoutRecord Class

Event management: provides access to OnCheckoutRecord 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 OnCheckoutRecord _

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

C#

public class OnCheckoutRecord : EventsObjT<MWEventIN.Revision.ONCHECKOUTRECORD, MWEventOUT.Revision.ONCHECKOUTRECORD>

Visual C++

public ref class OnCheckoutRecord : public EventsObjT<MWEventIN.Revision.ONCHECKOUTRECORD, MWEventOUT.Revision.ONCHECKOUTRECORD>

JavaScript

MwPDMApi.OnCheckoutRecord = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONCHECKOUTRECORD, MWEventOUT.Revision.ONCHECKOUTRECORD)
  MwPDMApi.OnCheckoutRecord

See Also

OnCheckoutRecord Members

MwPDMApi Namespace