public virtual IJoobDictionaryEnumerable <CityByNameDictKey, City> StartingAtKey(String name, JadeSoftware.Joob.SearchStrategy strategy)
        {
            CityByNameDictKey _key_ = new CityByNameDictKey(name);

            return(base.StartingAtKey(_key_, strategy));
        }
Пример #2
0
        public virtual IJoobDictionaryEnumerable <EmployeesByIdKey, Employee> StartingAtKey(Int32 id, JadeSoftware.Joob.SearchStrategy strategy)
        {
            EmployeesByIdKey _key_ = new EmployeesByIdKey(id);

            return(base.StartingAtKey(_key_, strategy));
        }
        public virtual bool TryGetValue(String name, JadeSoftware.Joob.SearchStrategy strategy, out City value)
        {
            CityByNameDictKey _key_ = new CityByNameDictKey(name);

            return(base.TryGetValue(_key_, strategy, out value));
        }
Пример #4
0
        public virtual IJoobDictionaryEnumerable <SpatialLayerByNameDictKey, SpatialLayer> StartingAtKey(String name, JadeSoftware.Joob.SearchStrategy strategy)
        {
            SpatialLayerByNameDictKey _key_ = new SpatialLayerByNameDictKey(name);

            return(base.StartingAtKey(_key_, strategy));
        }
Пример #5
0
        public virtual bool TryGetValue(Int32 id, JadeSoftware.Joob.SearchStrategy strategy, out Employee value)
        {
            EmployeesByIdKey _key_ = new EmployeesByIdKey(id);

            return(base.TryGetValue(_key_, strategy, out value));
        }
Пример #6
0
        public virtual IJoobDictionaryEnumerable <ItemsByNameKey, Item> StartingAtKey(String name, JadeSoftware.Joob.SearchStrategy strategy)
        {
            ItemsByNameKey _key_ = new ItemsByNameKey(name);

            return(base.StartingAtKey(_key_, strategy));
        }
Пример #7
0
        public virtual bool TryGetValue(String name, JadeSoftware.Joob.SearchStrategy strategy, out SpatialLayer value)
        {
            SpatialLayerByNameDictKey _key_ = new SpatialLayerByNameDictKey(name);

            return(base.TryGetValue(_key_, strategy, out value));
        }
Пример #8
0
        public virtual IJoobDictionaryEnumerable <PositionsKey, Position> StartingAtKey(String title, JadeSoftware.Joob.SearchStrategy strategy)
        {
            PositionsKey _key_ = new PositionsKey(title);

            return(base.StartingAtKey(_key_, strategy));
        }
Пример #9
0
        public virtual bool TryGetValue(String name, JadeSoftware.Joob.SearchStrategy strategy, out Item value)
        {
            ItemsByNameKey _key_ = new ItemsByNameKey(name);

            return(base.TryGetValue(_key_, strategy, out value));
        }
Пример #10
0
        public virtual bool TryGetValue(String title, JadeSoftware.Joob.SearchStrategy strategy, out Position value)
        {
            PositionsKey _key_ = new PositionsKey(title);

            return(base.TryGetValue(_key_, strategy, out value));
        }
Пример #11
0
        public virtual IJoobDictionaryEnumerable <CustomersByIdKey, Customer> StartingAtKey(Int32 id, JadeSoftware.Joob.SearchStrategy strategy)
        {
            CustomersByIdKey _key_ = new CustomersByIdKey(id);

            return(base.StartingAtKey(_key_, strategy));
        }
Пример #12
0
        public virtual bool TryGetValue(Int32 id, JadeSoftware.Joob.SearchStrategy strategy, out Customer value)
        {
            CustomersByIdKey _key_ = new CustomersByIdKey(id);

            return(base.TryGetValue(_key_, strategy, out value));
        }
        public virtual IJoobDictionaryEnumerable <StateByAbbrDictKey, State> StartingAtKey(String abbr, JadeSoftware.Joob.SearchStrategy strategy)
        {
            StateByAbbrDictKey _key_ = new StateByAbbrDictKey(abbr);

            return(base.StartingAtKey(_key_, strategy));
        }
        public virtual bool TryGetValue(String abbr, JadeSoftware.Joob.SearchStrategy strategy, out State value)
        {
            StateByAbbrDictKey _key_ = new StateByAbbrDictKey(abbr);

            return(base.TryGetValue(_key_, strategy, out value));
        }