FluentNHibernate.MappingModel.ClassBased.ClassMapping.ClassMapping C# (CSharp) Method

ClassMapping() protected method

protected ClassMapping ( AttributeStore store ) : System
store AttributeStore
return System
        protected ClassMapping(AttributeStore store)
            : base(store)
        {
            attributes = new AttributeStore<ClassMapping>(store);
            subclasses = new List<ISubclassMapping>();
            joins = new List<JoinMapping>();
        }

Same methods

ClassMapping::ClassMapping ( ) : System
ClassMapping::ClassMapping ( Type type ) : System