Esempio n. 1
0
 protected internal DynamicEntity(object properties)
 {
     _storage = CachedDictionaryPropertiesProvider.LoadProperties(properties);
 }
Esempio n. 2
0
        IEnumerable <KeyValuePair <string, object> > IDynamicMetaData.GetAllValues()
        {
            var props = CachedDictionaryPropertiesProvider.LoadProperties(this);

            return(_storage.AsEnumerable().Union(props));
        }