.NET Framework Class Library
OnCheckIfMajorRev Class
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > .NET Framework Class Library |
Event management: provides access to OnCheckIfMajorRev 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 OnCheckIfMajorRev _ Inherits EventsObjT(Of MWEventIN.Revision.ONCHECKIFMAJORREV, MWEventOUT.Revision.ONCHECKIFMAJORREV) |
C# |
|---|
public class OnCheckIfMajorRev : EventsObjT<MWEventIN.Revision.ONCHECKIFMAJORREV, MWEventOUT.Revision.ONCHECKIFMAJORREV> |
Visual C++ |
|---|
public ref class OnCheckIfMajorRev : public EventsObjT<MWEventIN.Revision.ONCHECKIFMAJORREV, MWEventOUT.Revision.ONCHECKIFMAJORREV> |
JavaScript |
|---|
MwPDMApi.OnCheckIfMajorRev = function(); Type.createClass( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.Revision.ONCHECKIFMAJORREV, MWEventOUT.Revision.ONCHECKIFMAJORREV)
MwPDMApi.OnCheckIfMajorRev
See Also