/// <summary> /// Copies the base properties from a source WorkflowType object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom(WorkflowType source) { this.Id = source.Id; this.CategoryId = source.CategoryId; this.CompletedWorkflowRetentionPeriod = source.CompletedWorkflowRetentionPeriod; this.Description = source.Description; this.ForeignGuid = source.ForeignGuid; this.ForeignKey = source.ForeignKey; this.FormBuilderSettingsJson = source.FormBuilderSettingsJson; this.FormBuilderTemplateId = source.FormBuilderTemplateId; this.FormEndDateTime = source.FormEndDateTime; this.FormStartDateTime = source.FormStartDateTime; this.IconCssClass = source.IconCssClass; this.IsActive = source.IsActive; this.IsFormBuilder = source.IsFormBuilder; this.IsLoginRequired = source.IsLoginRequired; this.IsPersisted = source.IsPersisted; this.IsSystem = source.IsSystem; this.LoggingLevel = source.LoggingLevel; this.LogRetentionPeriod = source.LogRetentionPeriod; this.MaxWorkflowAgeDays = source.MaxWorkflowAgeDays; this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated; this.Name = source.Name; this.NoActionMessage = source.NoActionMessage; this.Order = source.Order; this.ProcessingIntervalSeconds = source.ProcessingIntervalSeconds; this.SummaryViewText = source.SummaryViewText; this.WorkflowExpireDateTime = source.WorkflowExpireDateTime; this.WorkflowIdPrefix = source.WorkflowIdPrefix; this.WorkTerm = source.WorkTerm; 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 WorkflowType object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom(WorkflowType source) { this.Id = source.Id; this.CategoryId = source.CategoryId; this.Description = source.Description; this.ForeignGuid = source.ForeignGuid; this.ForeignKey = source.ForeignKey; this.IconCssClass = source.IconCssClass; this.IsActive = source.IsActive; this.IsPersisted = source.IsPersisted; this.IsSystem = source.IsSystem; this.LoggingLevel = source.LoggingLevel; this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated; this.Name = source.Name; this.Order = source.Order; this.ProcessingIntervalSeconds = source.ProcessingIntervalSeconds; this.WorkTerm = source.WorkTerm; 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 WorkflowType object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom( WorkflowType source ) { this.Id = source.Id; this.CategoryId = source.CategoryId; this.Description = source.Description; this.ForeignGuid = source.ForeignGuid; this.ForeignKey = source.ForeignKey; this.IconCssClass = source.IconCssClass; this.IsActive = source.IsActive; this.IsPersisted = source.IsPersisted; this.IsSystem = source.IsSystem; this.LoggingLevel = source.LoggingLevel; this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated; this.Name = source.Name; this.Order = source.Order; this.ProcessingIntervalSeconds = source.ProcessingIntervalSeconds; this.WorkflowIdPrefix = source.WorkflowIdPrefix; this.WorkTerm = source.WorkTerm; 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 WorkflowType object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom( WorkflowType source ) { this.Id = source.Id; this.CategoryId = source.CategoryId; this.Description = source.Description; this.IconCssClass = source.IconCssClass; this.IsActive = source.IsActive; this.IsPersisted = source.IsPersisted; this.IsSystem = source.IsSystem; this.LoggingLevel = source.LoggingLevel; this.Name = source.Name; this.Order = source.Order; this.ProcessingIntervalSeconds = source.ProcessingIntervalSeconds; this.WorkTerm = source.WorkTerm; this.Guid = source.Guid; this.ForeignId = source.ForeignId; }