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