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

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