IdeaBlade DevForce 2010 Help Reference
TriggerItem Constructor
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace > TriggerItem Class : TriggerItem Constructor



type
The type of object that this TriggerItem is applicable to.
memberName
The member name (usually a property name) on the class specified by the pType parameter.
Initializes a new instance of the TriggerItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As Type, _
   ByVal memberName As String _
)
Visual Basic (Usage)Copy Code
Dim type As Type
Dim memberName As String
 
Dim instance As New TriggerItem(type, memberName)
C# 
public TriggerItem( 
   Type type,
   string memberName
)
C++/CLI 
public:
TriggerItem( 
   Type^ type,
   String^ memberName
)

Parameters

type
The type of object that this TriggerItem is applicable to.
memberName
The member name (usually a property name) on the class specified by the pType parameter.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.