public CustomHandlerField(FieldInfo aField, PdOOM.Attribute anAttr) : base(aField.GetCustomAttributes(false), aField.DeclaringType + "." + aField.Name, anAttr) { this._through = false; base.ProcessAttrs(); }
public CustomHandlerProperty(PropertyInfo aProperty, PdOOM.Attribute anAttr) : base(aProperty.GetCustomAttributes(false), aProperty.DeclaringType + "." + aProperty.Name, anAttr) { base.ProcessAttrs(); }