Exemplo n.º 1
0
 /// ticket + arg1
 public TransitType GetInstance <TransitType, ServiceQueryOptionsType, ArgType1>(
     ArgType1 arg1,
     WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetItemDelegate <ArgType1> functor)
 {
     return(WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetInstance <ArgType1>(
                Ticket, arg1, functor, Cache, DefaultCacheTimeSpan, DefaultCacheTicket));
 }
Exemplo n.º 2
0
 /// ticket + arg1 + arg2 + arg3 + ServiceQueryOptionsType
 public IList <TransitType> GetCollection <TransitType, ServiceQueryOptionsType, ArgType1, ArgType2, ArgType3>(
     ArgType1 arg1, ArgType2 arg2, ArgType3 arg3, ServiceQueryOptionsType options,
     WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetCollectionDelegate <ArgType1, ArgType2, ArgType3> functor)
 {
     return(WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetCollection <ArgType1, ArgType2, ArgType3>(
                Ticket, arg1, arg2, arg3, options, functor, Cache, DefaultCacheTimeSpan, DefaultCacheTicket));
 }
Exemplo n.º 3
0
 public void InvalidateCache <TransitType, ServiceQueryOptionsType>()
 {
     WebClientImpl2 <TransitType, ServiceQueryOptionsType> .Invalidate(Cache);
 }
Exemplo n.º 4
0
 public void Delete <TransitType, ServiceQueryOptionsType>(
     int id, WebClientImpl2 <TransitType, ServiceQueryOptionsType> .DeleteItemDelegate functor)
 {
     WebClientImpl2 <TransitType, ServiceQueryOptionsType> .Delete(
         Ticket, id, functor, Cache);
 }
Exemplo n.º 5
0
 public int CreateOrUpdate <TransitType, ServiceQueryOptionsType, ArgType1>(
     TransitType t_instance, ArgType1 arg1, WebClientImpl2 <TransitType, ServiceQueryOptionsType> .CreateOrUpdateItemDelegate <ArgType1> functor)
 {
     return(WebClientImpl2 <TransitType, ServiceQueryOptionsType> .CreateOrUpdate(
                Ticket, t_instance, arg1, functor, Cache));
 }
Exemplo n.º 6
0
 /// ticket
 public int GetCount <TransitType, ServiceQueryOptionsType>(
     WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetItemDelegateCount functor)
 {
     return(WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetCount(
                Ticket, functor, Cache, DefaultCacheTimeSpan, DefaultCacheTicket));
 }
Exemplo n.º 7
0
 /// ticket + ServiceQueryOptionsType
 public IList <TransitType> GetCollection <TransitType, ServiceQueryOptionsType>(
     ServiceQueryOptionsType options, WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetCollectionDelegate functor)
 {
     return(WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetCollection(
                Ticket, options, functor, Cache, DefaultCacheTimeSpan, DefaultCacheTicket));
 }