Keeps the schema information for an application
コード例 #1
0
ファイル: XmlDataWriter.cs プロジェクト: Vadi/Cedar
 public void EditAppSchema(string appName, AppSchema appSchema)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: XmlDataWriter.cs プロジェクト: Vadi/Cedar
 public void AddAppSchema(AppSchema appSchema)
 {
     throw new NotImplementedException();
 }