public ClarifyConfigItemProtocol(ClarifyConfigItem configItem)
 {
     this.DateValue = configItem.DateValue;
     this.DecimalValue = configItem.DecimalValue;
     this.Description = configItem.Description;
     this.DoubleValue = configItem.DoubleValue;
     this.IntegerValue = configItem.IntegerValue;
     this.LastModTime = configItem.LastModTime;
     this.LongValue = configItem.LongValue;
     this.Name = configItem.Name;
     this.Scope = configItem.Scope;
     this.ValueType = configItem.ValueType;
 }
コード例 #2
0
 public ClarifyConfigItemProtocol(ClarifyConfigItem configItem)
 {
     this.DateValue    = configItem.DateValue;
     this.DecimalValue = configItem.DecimalValue;
     this.Description  = configItem.Description;
     this.DoubleValue  = configItem.DoubleValue;
     this.IntegerValue = configItem.IntegerValue;
     this.LastModTime  = configItem.LastModTime;
     this.LongValue    = configItem.LongValue;
     this.Name         = configItem.Name;
     this.Scope        = configItem.Scope;
     this.ValueType    = configItem.ValueType;
 }