コード例 #1
0
 public byte[] GetListOf(System.Guid version, Zetbox.API.SerializableType type, int ID, string property)
 {
     return(base.Channel.GetListOf(version, type, ID, property));
 }
コード例 #2
0
 public byte[] InvokeServerMethod(out byte[] retChangedObjects, System.Guid version, Zetbox.API.SerializableType type, int ID, string method, Zetbox.API.SerializableType[] parameterTypes, byte[] parameter, byte[] changedObjects, Zetbox.API.ObjectNotificationRequest[] notificationRequests)
 {
     return(base.Channel.InvokeServerMethod(out retChangedObjects, version, type, ID, method, parameterTypes, parameter, changedObjects, notificationRequests));
 }
コード例 #3
0
 public byte[] GetList(System.Guid version, Zetbox.API.SerializableType type, int maxListCount, bool eagerLoadLists, Zetbox.API.SerializableExpression[] filter, Zetbox.API.OrderByContract[] orderBy)
 {
     return(base.Channel.GetList(version, type, maxListCount, eagerLoadLists, filter, orderBy));
 }