ExternalReference constructor

ExternalReference(
  1. int id,
  2. ExternalReferenceOptions options,
  3. int nameWsMaster
)

Implementation

ExternalReference(int id, this.options, this.nameWsMaster)
    : super(id, IsobusObjectType.externalReference);