Пример #1
0
 protected StoreItem(AttributeStore store)
 {
     Store = store;
 }
Пример #2
0
 public PropertyItem(AttributeStore store, Type objectType, string propertyName, IEnumerable <Attribute> attributes)
     : base(store)
 {
     DisplayName          = GetDisplayName(attributes, objectType, propertyName);
     ValidationAttributes = GetValidationAttributes(attributes, objectType, propertyName);
 }