Esempio n. 1
0
 public void Assign(object instance, object value)
 {
     if (_specification.IsSatisfiedBy(value))
     {
         _property.Assign(instance, value);
     }
 }
Esempio n. 2
0
 ITypeConfiguration IInternalTypeConfiguration.Name(string name)
 {
     _name.Assign(name);
     return(this);
 }
 IMemberConfiguration IInternalMemberConfiguration.Order(int order)
 {
     _order.Assign(order);
     return(this);
 }
Esempio n. 4
0
 public void Assign(object key, object value) => _property.Assign(key, value);