示例#1
0
文件: Reference.cs 项目: Majky336/PIS
 public updateRequest(string team_id, string team_password, int entity_id, UkazkaSluzieb.ServiceReference1.Kniha Kniha)
 {
     this.team_id       = team_id;
     this.team_password = team_password;
     this.entity_id     = entity_id;
     this.Kniha         = Kniha;
 }
示例#2
0
文件: Reference.cs 项目: Majky336/PIS
 public int insert(string team_id, string team_password, UkazkaSluzieb.ServiceReference1.Kniha Kniha)
 {
     UkazkaSluzieb.ServiceReference1.insertRequest inValue = new UkazkaSluzieb.ServiceReference1.insertRequest();
     inValue.team_id       = team_id;
     inValue.team_password = team_password;
     inValue.Kniha         = Kniha;
     UkazkaSluzieb.ServiceReference1.insertResponse retVal = ((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).insert(inValue);
     return(retVal.id);
 }
示例#3
0
文件: Reference.cs 项目: Majky336/PIS
 public int update(string team_id, string team_password, int entity_id, UkazkaSluzieb.ServiceReference1.Kniha Kniha)
 {
     UkazkaSluzieb.ServiceReference1.updateRequest inValue = new UkazkaSluzieb.ServiceReference1.updateRequest();
     inValue.team_id       = team_id;
     inValue.team_password = team_password;
     inValue.entity_id     = entity_id;
     inValue.Kniha         = Kniha;
     UkazkaSluzieb.ServiceReference1.updateResponse retVal = ((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).update(inValue);
     return(retVal.updates);
 }
示例#4
0
文件: Reference.cs 项目: Majky336/PIS
 public System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.updateResponse> updateAsync(string team_id, string team_password, int entity_id, UkazkaSluzieb.ServiceReference1.Kniha Kniha)
 {
     UkazkaSluzieb.ServiceReference1.updateRequest inValue = new UkazkaSluzieb.ServiceReference1.updateRequest();
     inValue.team_id       = team_id;
     inValue.team_password = team_password;
     inValue.entity_id     = entity_id;
     inValue.Kniha         = Kniha;
     return(((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).updateAsync(inValue));
 }
示例#5
0
文件: Reference.cs 项目: Majky336/PIS
 public insertRequest(string team_id, string team_password, UkazkaSluzieb.ServiceReference1.Kniha Kniha)
 {
     this.team_id       = team_id;
     this.team_password = team_password;
     this.Kniha         = Kniha;
 }
示例#6
0
文件: Reference.cs 项目: Majky336/PIS
 public getByIdResponse(UkazkaSluzieb.ServiceReference1.Kniha kniha)
 {
     this.kniha = kniha;
 }