protected StoreItem(AttributeStore store) { Store = store; }
public PropertyItem(AttributeStore store, Type objectType, string propertyName, IEnumerable <Attribute> attributes) : base(store) { DisplayName = GetDisplayName(attributes, objectType, propertyName); ValidationAttributes = GetValidationAttributes(attributes, objectType, propertyName); }