Client model for FollowingSuggested that includes all the fields that are available for GETs. Use this for GETs (use FollowingSuggestedEntity for POST/PUTs)
Inheritance: FollowingSuggestedEntity
Example #1
0
 /// <summary>
 /// Copies the base properties from a source FollowingSuggested object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(FollowingSuggested source)
 {
     this.Id                   = source.Id;
     this.EntityId             = source.EntityId;
     this.EntityTypeId         = source.EntityTypeId;
     this.ForeignGuid          = source.ForeignGuid;
     this.ForeignKey           = source.ForeignKey;
     this.LastPromotedDateTime = source.LastPromotedDateTime;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.PersonAliasId           = source.PersonAliasId;
     this.Status                  = source.Status;
     this.StatusChangedDateTime   = source.StatusChangedDateTime;
     this.SuggestionTypeId        = source.SuggestionTypeId;
     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 FollowingSuggested object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( FollowingSuggested source )
 {
     this.Id = source.Id;
     this.EntityId = source.EntityId;
     this.EntityTypeId = source.EntityTypeId;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.LastPromotedDateTime = source.LastPromotedDateTime;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.PersonAliasId = source.PersonAliasId;
     this.Status = source.Status;
     this.StatusChangedDateTime = source.StatusChangedDateTime;
     this.SuggestionTypeId = source.SuggestionTypeId;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }