Exemple #1
0
 protected override void GenObjectSetNotification()
 {
     base.GenObjectSetNotification();
     SubClassList = new GenNamedApplicationList <SubClass>(this, 2, 0);
     base.GenObjectSetNotification();
     PropertyList = new GenNamedApplicationList <Property>(this, 3, 1);
 }
Exemple #2
0
 protected override void GenObjectSetNotification()
 {
     base.GenObjectSetNotification();
     FileGroupList = new GenNamedApplicationList <FileGroup>(this, 2, 0);
     base.GenObjectSetNotification();
     BaseFileList = new GenNamedApplicationList <BaseFile>(this, 3, 1);
 }
Exemple #3
0
 private static void CopySelectionFragments(GenNamedApplicationList <Fragment> fragments,
                                            List <Fragment> selectionFragments, int first, int last)
 {
     for (var i = first; i <= last; i++)
     {
         selectionFragments.Add(fragments[i]);
     }
 }
Exemple #4
0
 protected override void GenObjectSetNotification()
 {
     base.GenObjectSetNotification();
     TableList = new GenNamedApplicationList <Table>(this, 4, 0);
     base.GenObjectSetNotification();
     ViewList = new GenNamedApplicationList <View>(this, 5, 1);
     base.GenObjectSetNotification();
     ProcedureList = new GenNamedApplicationList <Procedure>(this, 6, 2);
     base.GenObjectSetNotification();
     FunctionList = new GenNamedApplicationList <Function>(this, 7, 3);
     base.GenObjectSetNotification();
     ColumnList = new GenNamedApplicationList <Column>(this, 8, 4);
     base.GenObjectSetNotification();
     IndexList = new GenNamedApplicationList <Index>(this, 10, 5);
     base.GenObjectSetNotification();
     ForeignKeyList = new GenNamedApplicationList <ForeignKey>(this, 13, 6);
     base.GenObjectSetNotification();
     ParameterList = new GenNamedApplicationList <Parameter>(this, 15, 7);
 }
Exemple #5
0
 protected override void GenObjectSetNotification()
 {
     base.GenObjectSetNotification();
     ObjectList = new GenNamedApplicationList <Object>(this, 3, 0);
 }
 protected override void GenObjectSetNotification()
 {
     DatabaseList = new GenNamedApplicationList <Database>(this, 1, 0);
 }
Exemple #7
0
 private static void ValidateProfileFragmentBodyList(GenDataDef profileDataDef, GenNamedApplicationList <FragmentBody> fragmentBodies)
 {
     foreach (var body in fragmentBodies)
     {
         VerifyObjectClass(profileDataDef, "FragmentBody", body.GenObject);
         Assert.AreEqual(1, fragmentBodies.Count(body0 => body0.Name == body.Name),
                         "Fragment body names must be unique: " + body.Name);
     }
 }
Exemple #8
0
 protected override void GenObjectSetNotification()
 {
     base.GenObjectSetNotification();
     CodeList = new GenNamedApplicationList <Code>(this, 2, 0);
 }
Exemple #9
0
 protected override void GenObjectSetNotification()
 {
     ClassList = new GenNamedApplicationList <Class>(this, 1, 0);
 }
Exemple #10
0
 protected override void GenObjectSetNotification()
 {
     base.GenObjectSetNotification();
     FragmentBodyList = new GenNamedApplicationList <FragmentBody>(this, 2, 0);
 }
Exemple #11
0
 protected override void GenObjectSetNotification()
 {
     base.GenObjectSetNotification();
     ForeignKeyColumnList = new GenNamedApplicationList <ForeignKeyColumn>(this, 14, 0);
 }
 protected override void GenObjectSetNotification()
 {
     CodesTableList = new GenNamedApplicationList <CodesTable>(this, 1, 0);
 }
Exemple #13
0
 protected override void GenObjectSetNotification()
 {
     base.GenObjectSetNotification();
     ProfileList = new GenNamedApplicationList <Profile>(this, 4, 0);
 }
 protected override void GenObjectSetNotification()
 {
     GenSettingsList = new GenNamedApplicationList <GenSettings>(this, 1, 0);
 }
Exemple #15
0
 protected override void GenObjectSetNotification()
 {
     base.GenObjectSetNotification();
     SchemaList = new GenNamedApplicationList <Schema>(this, 2, 0);
 }
Exemple #16
0
 protected override void GenObjectSetNotification()
 {
     ProfileRootList = new GenNamedApplicationList <ProfileRoot>(this, 1, 0);
 }