Ejemplo n.º 1
0
 public Library.Akaratak.DataService.Options_Handler _Get_Property_Value(Library.Akaratak.DataService.Options_Handler handler, string address, string date)
 {
     return(base.Channel._Get_Property_Value(handler, address, date));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <Library.Akaratak.DataService.Options_Handler> _Get_Property_ValueAsync(Library.Akaratak.DataService.Options_Handler handler, string address, string date)
 {
     return(base.Channel._Get_Property_ValueAsync(handler, address, date));
 }
Ejemplo n.º 3
0
 public string _Update_Property(Library.Akaratak.DataService.Options_Handler property, string token)
 {
     return(base.Channel._Update_Property(property, token));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <string> _Update_PropertyAsync(Library.Akaratak.DataService.Options_Handler property, string token)
 {
     return(base.Channel._Update_PropertyAsync(property, token));
 }
Ejemplo n.º 5
0
 public Library.Akaratak.DataService.Options_Handler[] _Get_Property_List(Library.Akaratak.DataService.Options_Handler handler)
 {
     return(base.Channel._Get_Property_List(handler));
 }
Ejemplo n.º 6
0
 public System.Threading.Tasks.Task <Library.Akaratak.DataService.Options_Handler[]> _Get_Property_ListAsync(Library.Akaratak.DataService.Options_Handler handler)
 {
     return(base.Channel._Get_Property_ListAsync(handler));
 }
Ejemplo n.º 7
0
 public System.Threading.Tasks.Task <string> _Update_UserAsync(Library.Akaratak.DataService.Options_Handler handler)
 {
     return(base.Channel._Update_UserAsync(handler));
 }
Ejemplo n.º 8
0
 public string _Update_User(Library.Akaratak.DataService.Options_Handler handler)
 {
     return(base.Channel._Update_User(handler));
 }
Ejemplo n.º 9
0
 public System.Threading.Tasks.Task <bool> _User_ExistAsync(Library.Akaratak.DataService.Options_Handler handler, string token)
 {
     return(base.Channel._User_ExistAsync(handler, token));
 }
Ejemplo n.º 10
0
 public bool _User_Exist(Library.Akaratak.DataService.Options_Handler handler, string token)
 {
     return(base.Channel._User_Exist(handler, token));
 }
Ejemplo n.º 11
0
 public string _Add_User(Library.Akaratak.DataService.Options_Handler handler, string token)
 {
     return(base.Channel._Add_User(handler, token));
 }