/// <summary> /// Copies the base properties from a source WorkflowActivityType object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom(WorkflowActivityType source) { this.Id = source.Id; this.Description = source.Description; this.ForeignGuid = source.ForeignGuid; this.ForeignKey = source.ForeignKey; this.IsActivatedWithWorkflow = source.IsActivatedWithWorkflow; this.IsActive = source.IsActive; this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated; this.Name = source.Name; this.Order = source.Order; this.WorkflowTypeId = source.WorkflowTypeId; this.CreatedDateTime = source.CreatedDateTime; this.ModifiedDateTime = source.ModifiedDateTime; this.CreatedByPersonAliasId = source.CreatedByPersonAliasId; this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId; this.Guid = source.Guid; this.ForeignId = source.ForeignId; }
/// <summary> /// Copies the base properties from a source WorkflowActivityType object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom( WorkflowActivityType source ) { this.Id = source.Id; this.Description = source.Description; this.IsActivatedWithWorkflow = source.IsActivatedWithWorkflow; this.IsActive = source.IsActive; this.Name = source.Name; this.Order = source.Order; this.WorkflowTypeId = source.WorkflowTypeId; this.Guid = source.Guid; this.ForeignId = source.ForeignId; }
/// <summary> /// Copies the base properties from a source WorkflowActivityType object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom( WorkflowActivityType source ) { this.Id = source.Id; this.Description = source.Description; this.ForeignGuid = source.ForeignGuid; this.ForeignKey = source.ForeignKey; this.IsActivatedWithWorkflow = source.IsActivatedWithWorkflow; this.IsActive = source.IsActive; this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated; this.Name = source.Name; this.Order = source.Order; this.WorkflowTypeId = source.WorkflowTypeId; this.CreatedDateTime = source.CreatedDateTime; this.ModifiedDateTime = source.ModifiedDateTime; this.CreatedByPersonAliasId = source.CreatedByPersonAliasId; this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId; this.Guid = source.Guid; this.ForeignId = source.ForeignId; }