예제 #1
0
        public Object GetObjectArray(Object[] array)
        {
            // If the map does not contain the key, this is allowed and represented as null
            var wrapper = (EventBean[])array[_propertyIndex];

            return(BaseNestableEventUtil.GetBNArrayPropertyUnderlying(wrapper, _index));
        }
 public object GetMap(IDictionary<string, object> map)
 {
     // If the map does not contain the key, this is allowed and represented as null
     var wrapper = (EventBean[]) map.Get(_propertyName);
     return BaseNestableEventUtil.GetBNArrayPropertyUnderlying(wrapper, _index);
 }