Beispiel #1
0
 public Purge(MySqlCrudDataStoreBase store, string name) : base(store, name)
 {
 }
Beispiel #2
0
 public GetById(MySqlCrudDataStoreBase store, string name) : base(store, name)
 {
 }
Beispiel #3
0
 public GetNodeInfoByGdid(MySqlCrudDataStoreBase store, string name) : base(store, name)
 {
 }
Beispiel #4
0
 public SaveNode(MySqlCrudDataStoreBase store, string name) : base(store, name)
 {
 }
Beispiel #5
0
 public GetChildNodeList(MySqlCrudDataStoreBase store, string name) : base(store, name)
 {
 }
Beispiel #6
0
 public GetNodeVersionList(MySqlCrudDataStoreBase store, string name) : base(store, name)
 {
 }