Client model for BackgroundCheck that includes all the fields that are available for GETs. Use this for GETs (use BackgroundCheckEntity for POST/PUTs)
Inheritance: BackgroundCheckEntity
Beispiel #1
0
 /// <summary>
 /// Copies the base properties from a source BackgroundCheck object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(BackgroundCheck source)
 {
     this.Id          = source.Id;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey  = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.PackageName           = source.PackageName;
     this.PersonAliasId         = source.PersonAliasId;
     this.ProcessorEntityTypeId = source.ProcessorEntityTypeId;
     this.RecordFound           = source.RecordFound;
     this.RequestDate           = source.RequestDate;
     this.RequestId             = source.RequestId;
     this.ResponseData          = source.ResponseData;
     this.ResponseDate          = source.ResponseDate;
     this.ResponseDocumentId    = source.ResponseDocumentId;
     this.ResponseId            = source.ResponseId;
     this.Status                  = source.Status;
     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;
 }
Beispiel #2
0
 /// <summary>
 /// Copies the base properties from a source BackgroundCheck object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(BackgroundCheck source)
 {
     this.Id          = source.Id;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey  = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.PersonAliasId           = source.PersonAliasId;
     this.RecordFound             = source.RecordFound;
     this.RequestDate             = source.RequestDate;
     this.ResponseDate            = source.ResponseDate;
     this.ResponseDocumentId      = source.ResponseDocumentId;
     this.ResponseXml             = source.ResponseXml;
     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;
 }
Beispiel #3
0
 /// <summary>
 /// Copies the base properties from a source BackgroundCheck object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( BackgroundCheck source )
 {
     this.Id = source.Id;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.PersonAliasId = source.PersonAliasId;
     this.RecordFound = source.RecordFound;
     this.RequestDate = source.RequestDate;
     this.ResponseDate = source.ResponseDate;
     this.ResponseDocumentId = source.ResponseDocumentId;
     this.ResponseXml = source.ResponseXml;
     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;
 }