Beispiel #1
0
        protected ExpandRootFluentConfiguration <T> LoadRoot()
        {
            var config = new ExpandRootFluentConfiguration <T>();

            _rootFluentConfiguration = config;

            return(config);
        }
Beispiel #2
0
            public ExpandRootFluentConfiguration <T> FromIdentityProperty(Expression <Func <T, object> > func)
            {
                ExpandIdSourceProperty = func;

                RequestsFluentConfiguration = new ExpandRootFluentConfiguration <T>();

                return(RequestsFluentConfiguration);
            }