Client model for FollowingEventNotification that includes all the fields that are available for GETs. Use this for GETs (use FollowingEventNotificationEntity for POST/PUTs)
Inheritance: FollowingEventNotificationEntity
Exemplo n.º 1
0
 /// <summary>
 /// Copies the base properties from a source FollowingEventNotification object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(FollowingEventNotification source)
 {
     this.Id                   = source.Id;
     this.EntityId             = source.EntityId;
     this.FollowingEventTypeId = source.FollowingEventTypeId;
     this.ForeignGuid          = source.ForeignGuid;
     this.ForeignKey           = source.ForeignKey;
     this.LastNotified         = source.LastNotified;
     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;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Copies the base properties from a source FollowingEventNotification object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( FollowingEventNotification source )
 {
     this.Id = source.Id;
     this.EntityId = source.EntityId;
     this.FollowingEventTypeId = source.FollowingEventTypeId;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.LastNotified = source.LastNotified;
     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;
 }