Exemple #1
0
    public System.Threading.Tasks.Task <ssrSokResponse> ssrSokAsync(string brukerid, string passord, string aliasId, string navn, string fylkeKommueListe, int nordLL, int ostLL, int nordUR, int ostUR, int maxAnt, int sosiKoordSyst)
    {
        ssrSokRequest inValue = new ssrSokRequest();

        inValue.brukerid         = brukerid;
        inValue.passord          = passord;
        inValue.aliasId          = aliasId;
        inValue.navn             = navn;
        inValue.fylkeKommueListe = fylkeKommueListe;
        inValue.nordLL           = nordLL;
        inValue.ostLL            = ostLL;
        inValue.nordUR           = nordUR;
        inValue.ostUR            = ostUR;
        inValue.maxAnt           = maxAnt;
        inValue.sosiKoordSyst    = sosiKoordSyst;
        return(((SSR)(this)).ssrSokAsync(inValue));
    }
Exemple #2
0
    public SsrSokRes ssrSok(string brukerid, string passord, string aliasId, string navn, string fylkeKommueListe, int nordLL, int ostLL, int nordUR, int ostUR, int maxAnt, int sosiKoordSyst)
    {
        ssrSokRequest inValue = new ssrSokRequest();

        inValue.brukerid         = brukerid;
        inValue.passord          = passord;
        inValue.aliasId          = aliasId;
        inValue.navn             = navn;
        inValue.fylkeKommueListe = fylkeKommueListe;
        inValue.nordLL           = nordLL;
        inValue.ostLL            = ostLL;
        inValue.nordUR           = nordUR;
        inValue.ostUR            = ostUR;
        inValue.maxAnt           = maxAnt;
        inValue.sosiKoordSyst    = sosiKoordSyst;
        ssrSokResponse retVal = ((SSR)(this)).ssrSok(inValue);

        return(retVal.ssrSokReturn);
    }
Exemple #3
0
 System.Threading.Tasks.Task <ssrSokResponse> SSR.ssrSokAsync(ssrSokRequest request)
 {
     return(base.Channel.ssrSokAsync(request));
 }
Exemple #4
0
 ssrSokResponse SSR.ssrSok(ssrSokRequest request)
 {
     return(base.Channel.ssrSok(request));
 }