public IAppointment Copy() { IAppointment appointment = new SqlAppointment(); appointment.CopyFrom(this); return(appointment); }
public SqlRecurrenceRule(SqlAppointment appointment) : this() { this.MasterAppointment = appointment; }