Exemplo n.º 1
0
 protected StoreItem(AttributeStore store)
 {
     Store = store;
 }
Exemplo n.º 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);
 }