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; }
public Model() : base() { this.glossary = new GlossaryItems(this); this.stakeholders = new Stakeholders(this); this.creationDate = DateTime.Now; }
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; }
public Model(String name, String prefix, Int32 id, Package owner) : base(name,prefix,id,owner) { this.glossary = new GlossaryItems(this); }
public Model(String name, String prefix, Int32 id) : base(name,prefix,id) { this.glossary = new GlossaryItems(this); }
public Model() : base() { this.glossary = new GlossaryItems(this); }
public Model(String name, String prefix, Int32 id, Package owner) : base(name, prefix, id, owner) { this.glossary = new GlossaryItems(this); }
public Model(String name, String prefix, Int32 id) : base(name, prefix, id) { this.glossary = new GlossaryItems(this); }