Beispiel #1
0
 public string SaveShapeFileToServer(Idea.Entities.Document doc, Idea.Entities.Region region, Idea.Entities.ShapeFileERMTType shapeFileERMTType)
 {
     return(base.Channel.SaveShapeFileToServer(doc, region, shapeFileERMTType));
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <string> SaveShapeFileToServerAsync(Idea.Entities.Document doc, Idea.Entities.Region region, Idea.Entities.ShapeFileERMTType shapeFileERMTType)
 {
     return(base.Channel.SaveShapeFileToServerAsync(doc, region, shapeFileERMTType));
 }
Beispiel #3
0
 public string RestoreApplicationData(Idea.Entities.Document doc, bool restoreDB, bool restoreFiles, bool restoreShapeFiles)
 {
     return(base.Channel.RestoreApplicationData(doc, restoreDB, restoreFiles, restoreShapeFiles));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <string> RestoreApplicationDataAsync(Idea.Entities.Document doc, bool restoreDB, bool restoreFiles, bool restoreShapeFiles)
 {
     return(base.Channel.RestoreApplicationDataAsync(doc, restoreDB, restoreFiles, restoreShapeFiles));
 }
Beispiel #5
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <string> > ImportAsync(Idea.Entities.Document model)
 {
     return(base.Channel.ImportAsync(model));
 }
Beispiel #6
0
 public System.Collections.Generic.List <string> Import(Idea.Entities.Document model)
 {
     return(base.Channel.Import(model));
 }
Beispiel #7
0
 public System.Threading.Tasks.Task DeleteAsync(Idea.Entities.Document document)
 {
     return(base.Channel.DeleteAsync(document));
 }
Beispiel #8
0
 public void Delete(Idea.Entities.Document document)
 {
     base.Channel.Delete(document);
 }
Beispiel #9
0
 public void Save(Idea.Entities.Document document)
 {
     base.Channel.Save(document);
 }