Bosphorus.Dao.NHibernate.Configuration.Fluent.ConventionApplier.AbstractConventionApplier.Apply C# (CSharp) Method

Apply() protected abstract method

protected abstract Apply ( IConventionFinder conventionFinder ) : void
conventionFinder IConventionFinder
return void
        protected abstract void Apply(IConventionFinder conventionFinder);
    }

Same methods

AbstractConventionApplier::Apply ( string sessionAlias, IConventionFinder conventionFinder ) : void
AbstractConventionApplier