CustomObject Constructor
Creates a Change Order entity object
Syntax
public CustomObject(
Connection vltConn,
CustEnt webServiceCustomObject
)Public Function New( _
ByVal vltConn As Connection, _
ByVal webServiceCustomObject As CustEnt _
)Parameters
| Name | Description |
|---|---|
| vltConn | A connection to a vault that this ChangeOrder belongs to. |
| webServiceCustomObject | A low level ChangeOrder object as returned by the Web Services. |