public BrokenRule GetFirstMessage(Csla.Core.IPropertyInfo property)
{
return this.Where(c => ReferenceEquals(c.Property, property)).FirstOrDefault();
}
I suppose it should reference property.Name
Good catch - thanks!
Copyright (c) Marimer LLC