Beispiel #1
0
 public EntityTemplate(string name, EntityTemplateFactory factory) : this(factory) {
     this.Name = name;
 }
Beispiel #2
0
		public EntityTemplate(string name, EntityTemplateFactory factory) : this(factory) {
			this.Name = name;
		}
Beispiel #3
0
 public EntityTemplate(EntityTemplateFactory factory) : this()
 {
     this.ID = factory.AllocateID();
 }
Beispiel #4
0
		public EntityTemplate(EntityTemplateFactory factory) : this() {
			this.ID = factory.AllocateID();
		}