.NET Framework Class Library
OnFilterUids Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnFilterUids Class

Event management: provides access to OnFilterUids event (Database event specialization)

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

Syntax

Visual Basic

Public Class OnFilterUids _

Inherits EventsObjT(Of MWEventIN.Database.ONFILTERUIDS, MWEventOUT.Database.ONFILTERUIDS)

C#

public class OnFilterUids : EventsObjT<MWEventIN.Database.ONFILTERUIDS, MWEventOUT.Database.ONFILTERUIDS>

Visual C++

public ref class OnFilterUids : public EventsObjT<MWEventIN.Database.ONFILTERUIDS, MWEventOUT.Database.ONFILTERUIDS>

JavaScript

MwPDMApi.OnFilterUids = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Database.ONFILTERUIDS, MWEventOUT.Database.ONFILTERUIDS)
  MwPDMApi.OnFilterUids

See Also

OnFilterUids Members

MwPDMApi Namespace