CalendarAggregator.CalendarRenderer.GetEventStore C# (CSharp) Метод

GetEventStore() приватный Метод

private GetEventStore ( CalendarAggregator.ZonelessEventStore es, System.DateTime from, System.DateTime to, object>.Dictionary args ) : CalendarAggregator.ZonelessEventStore
es CalendarAggregator.ZonelessEventStore
from System.DateTime
to System.DateTime
args object>.Dictionary
Результат CalendarAggregator.ZonelessEventStore
        private ZonelessEventStore GetEventStore(ZonelessEventStore es, DateTime from, DateTime to, Dictionary<string, object> args)
        {
            return GetEventStore(es, null, 0, from, to, null, args);
        }

Same methods

CalendarRenderer::GetEventStore ( CalendarAggregator.ZonelessEventStore es, int count, object>.Dictionary args ) : CalendarAggregator.ZonelessEventStore
CalendarRenderer::GetEventStore ( CalendarAggregator.ZonelessEventStore es, string view, object>.Dictionary args ) : CalendarAggregator.ZonelessEventStore
CalendarRenderer::GetEventStore ( CalendarAggregator.ZonelessEventStore es, string view, int count, System.DateTime from, System.DateTime to, string source, object>.Dictionary args ) : CalendarAggregator.ZonelessEventStore