public virtual void Patch(PropertyValueEntity target)
 {
     target.BooleanValue     = BooleanValue;
     target.DateTimeValue    = DateTimeValue;
     target.DecimalValue     = DecimalValue;
     target.IntegerValue     = IntegerValue;
     target.DictionaryItemId = DictionaryItemId;
     target.Locale           = Locale;
     target.LongTextValue    = LongTextValue;
     target.Name             = Name;
     target.ShortTextValue   = ShortTextValue;
     target.ValueType        = ValueType;
 }
 public virtual void Patch(PropertyValueEntity target)
 {
     target.Alias          = this.Alias;
     target.BooleanValue   = this.BooleanValue;
     target.DateTimeValue  = this.DateTimeValue;
     target.DecimalValue   = this.DecimalValue;
     target.IntegerValue   = this.IntegerValue;
     target.KeyValue       = this.KeyValue;
     target.Locale         = this.Locale;
     target.LongTextValue  = this.LongTextValue;
     target.Name           = this.Name;
     target.ShortTextValue = this.ShortTextValue;
     target.ValueType      = this.ValueType;
 }