5 references to IgnorePropertiesAttribute
System.Data.Services (5)
System\Data\Services\IgnorePropertiesAttribute.cs (3)
81IgnorePropertiesAttribute[] attributes = (IgnorePropertiesAttribute[])type.GetCustomAttributes(typeof(IgnorePropertiesAttribute), inherit);
System\Data\Services\Providers\ReflectionServiceProvider.cs (2)
250IgnorePropertiesAttribute.GetProperties(this.Type, true /*inherit*/, WebUtil.PublicInstanceBindingFlags)); 611HashSet<string> propertiesToBeIgnored = new HashSet<string>(IgnorePropertiesAttribute.GetProperties(parentResourceType.InstanceType, false /*inherit*/, bindingFlags), StringComparer.Ordinal);