コード例 #1
0
 /// <summary>
 /// Copies the base properties from a source AttendanceOccurrence object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(AttendanceOccurrence source)
 {
     this.Id = source.Id;
     this.AcceptConfirmationMessage  = source.AcceptConfirmationMessage;
     this.AnonymousAttendanceCount   = source.AnonymousAttendanceCount;
     this.DeclineConfirmationMessage = source.DeclineConfirmationMessage;
     this.DeclineReasonValueIds      = source.DeclineReasonValueIds;
     this.DidNotOccur = source.DidNotOccur;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey  = source.ForeignKey;
     this.GroupId     = source.GroupId;
     this.LocationId  = source.LocationId;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name                    = source.Name;
     this.Notes                   = source.Notes;
     this.OccurrenceDate          = source.OccurrenceDate;
     this.ScheduleId              = source.ScheduleId;
     this.ShowDeclineReasons      = source.ShowDeclineReasons;
     this.StepTypeId              = source.StepTypeId;
     this.SundayDate              = source.SundayDate;
     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 AttendanceOccurrence object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(AttendanceOccurrence source)
 {
     this.Id = source.Id;
     this.AnonymousAttendanceCount = source.AnonymousAttendanceCount;
     this.DidNotOccur = source.DidNotOccur;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey  = source.ForeignKey;
     this.GroupId     = source.GroupId;
     this.LocationId  = source.LocationId;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Notes                   = source.Notes;
     this.OccurrenceDate          = source.OccurrenceDate;
     this.ScheduleId              = source.ScheduleId;
     this.CreatedDateTime         = source.CreatedDateTime;
     this.ModifiedDateTime        = source.ModifiedDateTime;
     this.CreatedByPersonAliasId  = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid      = source.Guid;
     this.ForeignId = source.ForeignId;
 }