Overload List
| Name | Description |
|---|---|
| Addition(Oid, Oid) |
Add two Oid values and return the new class
|
| Addition(Oid, Int32) |
Add integer id to the Oid class
|
| Addition(Oid, array<Int32>[]()[]) |
Add Oid class value and oid values in the integer array into a new class instance.
|
| Addition(Oid, String) |
Add Oid class value and oid represented as a string into a new Oid class instance
|