ComponentOne DataObjects for .NET
CompositeDefView Constructor(Diagram,Table,C1DataRow)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > CompositeDefView Class > CompositeDefView Constructor : CompositeDefView Constructor(Diagram,Table,C1DataRow)
Diagram the table view belongs to.
Table the table view is based on.
Custom row's prototype.
Initializes a new instance of the CompositeDefView class.
Syntax
'Declaration
 
Public Function New( _
   ByVal diagram As Diagram, _
   ByVal table As Table, _
   ByVal userObjPrototype As C1DataRow _
)
public CompositeDefView( 
   Diagram diagram,
   Table table,
   C1DataRow userObjPrototype
)

Parameters

diagram
Diagram the table view belongs to.
table
Table the table view is based on.
userObjPrototype
Custom row's prototype.
See Also

Reference

CompositeDefView Class
CompositeDefView Members
Overload List