Simple Client Model for MetricValue
예제 #1
0
 /// <summary>
 /// Copies the base properties from a source MetricValue object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( MetricValue source )
 {
     this.Id = source.Id;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.MetricId = source.MetricId;
     this.MetricValueDateTime = source.MetricValueDateTime;
     this.MetricValueType = source.MetricValueType;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Note = source.Note;
     this.XValue = source.XValue;
     this.YValue = source.YValue;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }
예제 #2
0
 /// <summary>
 /// Copies the base properties from a source MetricValue object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( MetricValue source )
 {
     this.Id = source.Id;
     this.EntityId = source.EntityId;
     this.MetricId = source.MetricId;
     this.MetricValueDateTime = source.MetricValueDateTime;
     this.MetricValueType = source.MetricValueType;
     this.Note = source.Note;
     this.Order = source.Order;
     this.XValue = source.XValue;
     this.YValue = source.YValue;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }