Simple Client Model for WorkflowLog
Example #1
0
 /// <summary>
 /// Copies the base properties from a source WorkflowLog object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(WorkflowLog source)
 {
     this.Id          = source.Id;
     this.LogDateTime = source.LogDateTime;
     this.LogText     = source.LogText;
     this.WorkflowId  = source.WorkflowId;
 }
Example #2
0
 /// <summary>
 /// Copies the base properties from a source WorkflowLog object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(WorkflowLog source)
 {
     this.Id          = source.Id;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey  = source.ForeignKey;
     this.LogDateTime = source.LogDateTime;
     this.LogText     = source.LogText;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.WorkflowId              = source.WorkflowId;
     this.CreatedDateTime         = source.CreatedDateTime;
     this.ModifiedDateTime        = source.ModifiedDateTime;
     this.CreatedByPersonAliasId  = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid      = source.Guid;
     this.ForeignId = source.ForeignId;
 }
Example #3
0
 /// <summary>
 /// Copies the base properties from a source WorkflowLog object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( WorkflowLog source )
 {
     this.Id = source.Id;
     this.LogDateTime = source.LogDateTime;
     this.LogText = source.LogText;
     this.WorkflowId = source.WorkflowId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }
Example #4
0
 /// <summary>
 /// Copies the base properties from a source WorkflowLog object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( WorkflowLog source )
 {
     this.Id = source.Id;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.LogDateTime = source.LogDateTime;
     this.LogText = source.LogText;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.WorkflowId = source.WorkflowId;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }