コード例 #1
0
 public virtual void Patch(PropertyDictionaryValueEntity target)
 {
     target.Locale = Locale;
     target.Value  = Value;
 }
コード例 #2
0
 public virtual void Patch(PropertyDictionaryValueEntity target)
 {
     target.Value  = this.Value;
     target.Alias  = this.Alias;
     target.Locale = this.Locale;
 }