 | ReportGeneratorsMakeTableTNodeA, TNodeB Method (RelationshipsTNodeA, TNodeB, String, String) |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes the table.
Namespace:
imbNLP.Toolkit.Reporting
Assembly:
imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntaxpublic static DataTable MakeTable<TNodeA, TNodeB>(
this Relationships<TNodeA, TNodeB> relationship,
string name,
string description
)
where TNodeA : IObjectWithName
where TNodeB : IObjectWithName
Parameters
- relationship
- Type: imbNLP.Toolkit.CoreRelationshipsTNodeA, TNodeB
The relationship. - name
- Type: SystemString
The name. - description
- Type: SystemString
The description.
Type Parameters
- TNodeA
- The type of the node a.
- TNodeB
- The type of the node b.
Return Value
Type:
DataTable[Missing <returns> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable``2(imbNLP.Toolkit.Core.Relationships{``0,``1},System.String,System.String)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
RelationshipsTNodeA,
TNodeB. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also