예제 #1
0
 public void Update(string projectName, ConnectionInfo connectionInfo, bool strict)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public List<string> Validate(project proj, ConnectionInfo connectionInfo, bool strict)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void Uninstall(project proj, ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void Uninstall(string projectName, ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public void Install(project proj, ConnectionInfo connectionInfo, bool strict)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public List<string> GetProjects(ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public project GetProject(string projectName, ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }
예제 #8
0
 public List<string> GetConditionals(string projectName, ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }
예제 #9
0
 public List<string> GetAppliedTables(project proj, string conditionalName, ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }