public GetAlternatePartsResultProtocol GetAlternateParts(GetAlternatePartsSetupProtocol setupParam) { object[] results = this.Invoke("GetAlternateParts1", new object[] { setupParam}); return ((GetAlternatePartsResultProtocol)(results[0])); }
internal Protocol.GetAlternatePartsSetupProtocol ToProtocol() { Protocol.GetAlternatePartsSetupProtocol protocol = new Protocol.GetAlternatePartsSetupProtocol(); protocol.PartNumber = this.PartNumber; protocol.PartDomain = this.PartDomain; protocol.PartRevision = this.PartRevision; protocol.ConstructorCue = this.ConstructorCue; protocol.DirtyFieldFlags = this.DirtyFieldFlags; return protocol; }
/// <remarks/> public System.IAsyncResult BeginGetAlternateParts1(GetAlternatePartsSetupProtocol setupParam, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetAlternateParts1", new object[] { setupParam}, callback, asyncState); }