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