protected PersistentType(ModelRoot modelRoot, string name) { modelRoot.AddPersistentType(this); Name = name; TypeAttributes = new IOrmAttribute[0]; }