PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
 {
     return(DynamicConditionHelper.GetFilteredProperties(this, new Attribute[0]));
 }
 public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
 {
     return(DynamicConditionHelper.GetFilteredProperties(this, attributes));
 }