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

ClassMapping() public method

public ClassMapping ( Type type ) : System
type System.Type
return System
        public ClassMapping(Type type)
            : this(new AttributeStore())
        {
            Type = type;
        }

Same methods

ClassMapping::ClassMapping ( ) : System
ClassMapping::ClassMapping ( AttributeStore store ) : System