Intersoft WebGrid Documentation
WebGridObjectRelation Constructor(Type,String,String,Type,String)
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridObjectRelation Class > WebGridObjectRelation Constructor : WebGridObjectRelation Constructor(Type,String,String,Type,String)






parentObjectType
parentMember
childCollectionProperty
childObjectType
childMember
Initializes a new instance of the WebGridObjectRelation class with parentObjectType, parentMember, childCollectionProperty, childObjectType, and childMember.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parentObjectType As Type, _
   ByVal parentMember As String, _
   ByVal childCollectionProperty As String, _
   ByVal childObjectType As Type, _
   ByVal childMember As String _
)
Visual Basic (Usage)Copy Code
Dim parentObjectType As Type
Dim parentMember As String
Dim childCollectionProperty As String
Dim childObjectType As Type
Dim childMember As String
 
Dim instance As New WebGridObjectRelation(parentObjectType, parentMember, childCollectionProperty, childObjectType, childMember)
C# 
public WebGridObjectRelation( 
   Type parentObjectType,
   string parentMember,
   string childCollectionProperty,
   Type childObjectType,
   string childMember
)
Delphi 
public WebGridObjectRelation( 
    parentObjectType: Type;
    parentMember: String;
    childCollectionProperty: String;
    childObjectType: Type;
    childMember: String
); 
JScript 
public function WebGridObjectRelation( 
   parentObjectType : Type,
   parentMember : String,
   childCollectionProperty : String,
   childObjectType : Type,
   childMember : String
);
Managed Extensions for C++ 
public: WebGridObjectRelation( 
   Type* parentObjectType,
   string* parentMember,
   string* childCollectionProperty,
   Type* childObjectType,
   string* childMember
)
C++/CLI 
public:
WebGridObjectRelation( 
   Type^ parentObjectType,
   String^ parentMember,
   String^ childCollectionProperty,
   Type^ childObjectType,
   String^ childMember
)

Parameters

parentObjectType
parentMember
childCollectionProperty
childObjectType
childMember

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

©2012 Intersoft Solutions Corp. All Rights Reserved.