Overload | Description |
---|---|
RowHandle Constructor(MapMember,Int64) | Creates a new instance of the RowHandle class, created from a MapMember and object ID. |
RowHandle Constructor(MapMember,Guid) | Creates a new instance of the RowHandle class, created from a MapMember and global ID. |
RowHandle Constructor(Row) | Creates a new instance of the RowHandle class, created from a Row. |
RowHandle Constructor(Table,Int64) | Creates a new instance of the RowHandle class, created from a Table and object ID. |
RowHandle Constructor(Table,Guid) | Creates a new instance of the RowHandle class, created from a Table and global ID. |
RowHandle Constructor(Element,UtilityNetwork) | Creates a new instance of the RowHandle class, created from a UtilityNetwork and a utility network Element. |
RowHandle Constructor(RowToken) | Creates a new instance of the RowHandle class, created from a RowToken. |