Bosphorus.Dao.Core.Session.LifeStyle.AbstractSessionLifeStyleProvider.GetLifestyle C# (CSharp) Method

GetLifestyle() public abstract method

public abstract GetLifestyle ( Type sessionType, string sessionAlias ) : LifestyleType
sessionType Type
sessionAlias string
return LifestyleType
        public abstract LifestyleType GetLifestyle(Type sessionType, string sessionAlias);
    }
AbstractSessionLifeStyleProvider