示例#1
0
 public System.Threading.Tasks.Task <InventoryHawk.Account.Public.Api.ApplicationImageFormatsService.DataAccessResponseType> CreateImageFormatAsync(string accountNameKey, string imageGroupTypeNameKey, string imageGroupNameKey, string imageFormatName, int width, int height, bool listing, bool gallery, string requesterId, InventoryHawk.Account.Public.Api.ApplicationImageFormatsService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.CreateImageFormatAsync(accountNameKey, imageGroupTypeNameKey, imageGroupNameKey, imageFormatName, width, height, listing, gallery, requesterId, requesterType, sharedClientKey));
 }
示例#2
0
 public System.Threading.Tasks.Task <InventoryHawk.Account.Public.Api.ApplicationImageFormatsService.DataAccessResponseType> DeleteImageFormatAsync(string accountNameKey, string imageGroupTypeNameKey, string imageGroupNameKey, string imageFormatNameKey, string requesterId, InventoryHawk.Account.Public.Api.ApplicationImageFormatsService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeleteImageFormatAsync(accountNameKey, imageGroupTypeNameKey, imageGroupNameKey, imageFormatNameKey, requesterId, requesterType, sharedClientKey));
 }
示例#3
0
 public InventoryHawk.Account.Public.Api.ApplicationImageFormatsService.DataAccessResponseType CreateImageGroup(string accountNameKey, string imageGroupTypeNameKey, string imageGroupName, string requesterId, InventoryHawk.Account.Public.Api.ApplicationImageFormatsService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.CreateImageGroup(accountNameKey, imageGroupTypeNameKey, imageGroupName, requesterId, requesterType, sharedClientKey));
 }