Client model for FollowingEventType that includes all the fields that are available for GETs. Use this for GETs (use FollowingEventTypeEntity for POST/PUTs)
Inheritance: FollowingEventTypeEntity
Beispiel #1
0
 /// <summary>
 /// Copies the base properties from a source FollowingEventType object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(FollowingEventType source)
 {
     this.Id          = source.Id;
     this.Description = source.Description;
     this.EntityNotificationFormatLava = source.EntityNotificationFormatLava;
     this.EntityTypeId         = source.EntityTypeId;
     this.FollowedEntityTypeId = source.FollowedEntityTypeId;
     this.ForeignGuid          = source.ForeignGuid;
     this.ForeignKey           = source.ForeignKey;
     this.IsActive             = source.IsActive;
     this.IsNoticeRequired     = source.IsNoticeRequired;
     this.LastCheckDateTime    = source.LastCheckDateTime;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name                    = source.Name;
     this.Order                   = source.Order;
     this.SendOnWeekends          = source.SendOnWeekends;
     this.CreatedDateTime         = source.CreatedDateTime;
     this.ModifiedDateTime        = source.ModifiedDateTime;
     this.CreatedByPersonAliasId  = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid                    = source.Guid;
     this.ForeignId               = source.ForeignId;
 }
Beispiel #2
0
 /// <summary>
 /// Copies the base properties from a source FollowingEventType object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( FollowingEventType source )
 {
     this.Id = source.Id;
     this.Description = source.Description;
     this.EntityNotificationFormatLava = source.EntityNotificationFormatLava;
     this.EntityTypeId = source.EntityTypeId;
     this.FollowedEntityTypeId = source.FollowedEntityTypeId;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.IsActive = source.IsActive;
     this.IsNoticeRequired = source.IsNoticeRequired;
     this.LastCheckDateTime = source.LastCheckDateTime;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name = source.Name;
     this.Order = source.Order;
     this.SendOnWeekends = source.SendOnWeekends;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }