public ActionHistoryTarget(ActionHistoryTarget actionHistoryTarget)
 {
     ActionHistoryTargetType = actionHistoryTarget.ActionHistoryTargetType;
     CsrTarget = actionHistoryTarget.CsrTarget;
     CustomerTarget = actionHistoryTarget.CustomerTarget;
     QueueTarget = actionHistoryTarget.QueueTarget;
 }
Example #2
0
 public ActionHistoryTarget(ActionHistoryTarget actionHistoryTarget)
 {
     ActionHistoryTargetType = actionHistoryTarget.ActionHistoryTargetType;
     CsrTarget      = actionHistoryTarget.CsrTarget;
     CustomerTarget = actionHistoryTarget.CustomerTarget;
     QueueTarget    = actionHistoryTarget.QueueTarget;
 }
Example #3
0
 public Csr(Csr csr)
 {
     Id           = csr.Id;
     Full_Name    = csr.Full_Name;
     Email        = csr.Email;
     Fax          = csr.Fax;
     Phone_1      = csr.Phone_1;
     Phone_2      = csr.Phone_2;
     Screen_Name  = csr.Screen_Name;
     Date_Format  = csr.Date_Format;
     Status       = csr.Status;
     Timezone     = csr.Timezone;
     Date_Created = csr.Date_Created;
     Role         = new List <Role>(csr.Role);
     Password     = csr.Password;
 }
Example #4
0
 public Csr(Csr csr)
 {
     Id = csr.Id;
     Full_Name = csr.Full_Name;
     Email = csr.Email;
     Fax = csr.Fax;
     Phone_1 = csr.Phone_1;
     Phone_2 = csr.Phone_2;
     Screen_Name = csr.Screen_Name;
     Date_Format = csr.Date_Format;
     Status = csr.Status;
     Timezone = csr.Timezone;
     Date_Created = csr.Date_Created;
     Role = new List<Role>(csr.Role);
     Password = csr.Password;
 }
Example #5
0
 public ActionHistoryPerformer(ActionHistoryPerformer actionHistoryperformer)
 {
     ActionHistoryPerformerType = actionHistoryperformer.ActionHistoryPerformerType;
     CsrPerformer      = actionHistoryperformer.CsrPerformer;
     CustomerPerformer = actionHistoryperformer.CustomerPerformer;
 }
 public ActionHistoryPerformer(ActionHistoryPerformer actionHistoryperformer)
 {
     ActionHistoryPerformerType = actionHistoryperformer.ActionHistoryPerformerType;
     CsrPerformer = actionHistoryperformer.CsrPerformer;
     CustomerPerformer = actionHistoryperformer.CustomerPerformer;
 }