Ejemplo n.º 1
0
 public string SaveShapeFileToServer(Idea.Entities.Document doc, Idea.Entities.Region region, Idea.Entities.ShapeFileERMTType shapeFileERMTType)
 {
     return(base.Channel.SaveShapeFileToServer(doc, region, shapeFileERMTType));
 }
Ejemplo n.º 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));
 }
Ejemplo n.º 3
0
 public string RestoreApplicationData(Idea.Entities.Document doc, bool restoreDB, bool restoreFiles, bool restoreShapeFiles)
 {
     return(base.Channel.RestoreApplicationData(doc, restoreDB, restoreFiles, restoreShapeFiles));
 }
Ejemplo n.º 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));
 }
Ejemplo n.º 5
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <string> > ImportAsync(Idea.Entities.Document model)
 {
     return(base.Channel.ImportAsync(model));
 }
Ejemplo n.º 6
0
 public System.Collections.Generic.List <string> Import(Idea.Entities.Document model)
 {
     return(base.Channel.Import(model));
 }
Ejemplo n.º 7
0
 public System.Threading.Tasks.Task DeleteAsync(Idea.Entities.Document document)
 {
     return(base.Channel.DeleteAsync(document));
 }
Ejemplo n.º 8
0
 public void Delete(Idea.Entities.Document document)
 {
     base.Channel.Delete(document);
 }
Ejemplo n.º 9
0
 public void Save(Idea.Entities.Document document)
 {
     base.Channel.Save(document);
 }