Client model for InteractionComponent that includes all the fields that are available for GETs. Use this for GETs (use InteractionComponentEntity for POST/PUTs)
Наследование: InteractionComponentEntity
Пример #1
0
 /// <summary>
 /// Copies the base properties from a source InteractionComponent object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(InteractionComponent source)
 {
     this.Id               = source.Id;
     this.ChannelId        = source.ChannelId;
     this.ComponentData    = source.ComponentData;
     this.ComponentSummary = source.ComponentSummary;
     this.EntityId         = source.EntityId;
     this.ForeignGuid      = source.ForeignGuid;
     this.ForeignKey       = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name                    = source.Name;
     this.CreatedDateTime         = source.CreatedDateTime;
     this.ModifiedDateTime        = source.ModifiedDateTime;
     this.CreatedByPersonAliasId  = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid                    = source.Guid;
     this.ForeignId               = source.ForeignId;
 }
Пример #2
0
 /// <summary>
 /// Copies the base properties from a source InteractionComponent object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(InteractionComponent source)
 {
     this.Id                    = source.Id;
     this.ChannelCustom1        = source.ChannelCustom1;
     this.ChannelCustom2        = source.ChannelCustom2;
     this.ChannelCustomIndexed1 = source.ChannelCustomIndexed1;
     #pragma warning disable 612, 618
     this.ChannelId = source.ChannelId;
     #pragma warning restore 612, 618
     this.ComponentData        = source.ComponentData;
     this.ComponentSummary     = source.ComponentSummary;
     this.EntityId             = source.EntityId;
     this.ForeignGuid          = source.ForeignGuid;
     this.ForeignKey           = source.ForeignKey;
     this.InteractionChannelId = source.InteractionChannelId;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name                    = source.Name;
     this.CreatedDateTime         = source.CreatedDateTime;
     this.ModifiedDateTime        = source.ModifiedDateTime;
     this.CreatedByPersonAliasId  = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid                    = source.Guid;
     this.ForeignId               = source.ForeignId;
 }
Пример #3
0
 /// <summary>
 /// Copies the base properties from a source InteractionComponent object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( InteractionComponent source )
 {
     this.Id = source.Id;
     this.ChannelId = source.ChannelId;
     this.ComponentData = source.ComponentData;
     this.EntityId = source.EntityId;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name = source.Name;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }