Пример #1
0
 public Model(String name, String prefix, Int32 id, Package owner)
     : base(name,prefix,id,owner)
 {
     this.glossary = new GlossaryItems(this);
     this.stakeholders = new Stakeholders(this);
     this.creationDate = DateTime.Now;
 }
Пример #2
0
 public Model()
     : base()
 {
     this.glossary = new GlossaryItems(this);
     this.stakeholders = new Stakeholders(this);
     this.creationDate = DateTime.Now;
 }
Пример #3
0
 public Model(String name, String prefix, Int32 id, Package owner) : base(name, prefix, id, owner)
 {
     this.glossary     = new GlossaryItems(this);
     this.stakeholders = new Stakeholders(this);
     this.creationDate = DateTime.Now;
 }
Пример #4
0
 public Model() : base()
 {
     this.glossary     = new GlossaryItems(this);
     this.stakeholders = new Stakeholders(this);
     this.creationDate = DateTime.Now;
 }
Пример #5
0
 public Model(String name, String prefix, Int32 id, Package owner)
     : base(name,prefix,id,owner)
 {
     this.glossary = new GlossaryItems(this);
 }
Пример #6
0
 public Model(String name, String prefix, Int32 id)
     : base(name,prefix,id)
 {
     this.glossary = new GlossaryItems(this);
 }
Пример #7
0
 public Model()
     : base()
 {
     this.glossary = new GlossaryItems(this);
 }
Пример #8
0
 public Model(String name, String prefix, Int32 id, Package owner) : base(name, prefix, id, owner)
 {
     this.glossary = new GlossaryItems(this);
 }
Пример #9
0
 public Model(String name, String prefix, Int32 id) : base(name, prefix, id)
 {
     this.glossary = new GlossaryItems(this);
 }
Пример #10
0
 public Model() : base()
 {
     this.glossary = new GlossaryItems(this);
 }