BeerConf.Infrastructure.NHibernate.NHibernateConfigurator.StoreConfiguration.IsComponent C# (CSharp) Method

IsComponent() public method

public IsComponent ( Type type ) : bool
type System.Type
return bool
            public override bool IsComponent(Type type)
            {
                return typeof (Password) == type || base.IsComponent(type);
            }
NHibernateConfigurator.StoreConfiguration