Client model for ConnectionWorkflow that includes all the fields that are available for GETs. Use this for GETs (use ConnectionWorkflowEntity for POST/PUTs)
Inheritance: ConnectionWorkflowEntity
Example #1
0
 /// <summary>
 /// Copies the base properties from a source ConnectionWorkflow object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(ConnectionWorkflow source)
 {
     this.Id = source.Id;
     this.ConnectionOpportunityId = source.ConnectionOpportunityId;
     this.ConnectionTypeId        = source.ConnectionTypeId;
     this.ForeignGuid             = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.QualifierValue          = source.QualifierValue;
     this.TriggerType             = source.TriggerType;
     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;
 }
Example #2
0
 /// <summary>
 /// Copies the base properties from a source ConnectionWorkflow object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( ConnectionWorkflow source )
 {
     this.Id = source.Id;
     this.ConnectionOpportunityId = source.ConnectionOpportunityId;
     this.ConnectionTypeId = source.ConnectionTypeId;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.QualifierValue = source.QualifierValue;
     this.TriggerType = source.TriggerType;
     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;
 }
Example #3
0
 /// <summary>
 /// Copies the base properties from a source ConnectionWorkflow object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( ConnectionWorkflow source )
 {
     this.Id = source.Id;
     this.ConnectionOpportunityId = source.ConnectionOpportunityId;
     this.ConnectionTypeId = source.ConnectionTypeId;
     this.QualifierValue = source.QualifierValue;
     this.TriggerType = source.TriggerType;
     this.WorkflowTypeId = source.WorkflowTypeId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }