コード例 #1
0
ファイル: Reference.cs プロジェクト: lulzzz/MetadataEditor
 public System.Threading.Tasks.Task <Kartverket.MetadataEditor.no.geonorge.ws.kommuneSok1Response> kommuneSok1Async(string brukerid, string passord, string aliasId, int kommNr, string kommNavn, int koordSysUt, int koordSysInn, double nordMin, double austMin, double nordMax, double austMax)
 {
     Kartverket.MetadataEditor.no.geonorge.ws.kommuneSok1Request inValue = new Kartverket.MetadataEditor.no.geonorge.ws.kommuneSok1Request();
     inValue.brukerid    = brukerid;
     inValue.passord     = passord;
     inValue.aliasId     = aliasId;
     inValue.kommNr      = kommNr;
     inValue.kommNavn    = kommNavn;
     inValue.koordSysUt  = koordSysUt;
     inValue.koordSysInn = koordSysInn;
     inValue.nordMin     = nordMin;
     inValue.austMin     = austMin;
     inValue.nordMax     = nordMax;
     inValue.austMax     = austMax;
     return(((Kartverket.MetadataEditor.no.geonorge.ws.SokKomData)(this)).kommuneSok1Async(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: lulzzz/MetadataEditor
 public Kartverket.MetadataEditor.no.geonorge.ws.KomSokRes kommuneSok1(string brukerid, string passord, string aliasId, int kommNr, string kommNavn, int koordSysUt, int koordSysInn, double nordMin, double austMin, double nordMax, double austMax)
 {
     Kartverket.MetadataEditor.no.geonorge.ws.kommuneSok1Request inValue = new Kartverket.MetadataEditor.no.geonorge.ws.kommuneSok1Request();
     inValue.brukerid    = brukerid;
     inValue.passord     = passord;
     inValue.aliasId     = aliasId;
     inValue.kommNr      = kommNr;
     inValue.kommNavn    = kommNavn;
     inValue.koordSysUt  = koordSysUt;
     inValue.koordSysInn = koordSysInn;
     inValue.nordMin     = nordMin;
     inValue.austMin     = austMin;
     inValue.nordMax     = nordMax;
     inValue.austMax     = austMax;
     Kartverket.MetadataEditor.no.geonorge.ws.kommuneSok1Response retVal = ((Kartverket.MetadataEditor.no.geonorge.ws.SokKomData)(this)).kommuneSok1(inValue);
     return(retVal.kommuneSok1Return);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: lulzzz/MetadataEditor
 System.Threading.Tasks.Task <Kartverket.MetadataEditor.no.geonorge.ws.kommuneSok1Response> Kartverket.MetadataEditor.no.geonorge.ws.SokKomData.kommuneSok1Async(Kartverket.MetadataEditor.no.geonorge.ws.kommuneSok1Request request)
 {
     return(base.Channel.kommuneSok1Async(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: lulzzz/MetadataEditor
 Kartverket.MetadataEditor.no.geonorge.ws.kommuneSok1Response Kartverket.MetadataEditor.no.geonorge.ws.SokKomData.kommuneSok1(Kartverket.MetadataEditor.no.geonorge.ws.kommuneSok1Request request)
 {
     return(base.Channel.kommuneSok1(request));
 }