Beispiel #1
0
 public Member()
 {
     MemberId        = "";
     MemberCode      = "";
     MemberName      = "";
     BirthDate       = new DateTime();
     PhoneNumber     = "";
     Email           = "";
     Address         = "";
     TotalScore      = 0;
     NumberOfVissits = 0;
     LastestDate     = new DateTime();
     MemberType      = new MemberType();
     List_MemberType = new List <Entities.MemberType>();
     Country         = new Country();
     IsLock          = 0;
     LockDate        = new DateTime();
     IsDelete        = 0;
     CreatedDate     = new DateTime();
     UpdatedDate     = new DateTime();
     Creator         = new Employees1();
     CurrentScore    = 0;
     MobilePhone     = "";
     Website         = "";
     TaxCode         = "";
     CompanyName     = "";
     Description     = "";
     CallName        = new CallName();
     Regency         = "";
     CompanyEmail    = "";
     Curator         = new Employees1();
     CategoryID      = new CategoryActions();
 }
Beispiel #2
0
 public Actions()
 {
     ActionsID    = "";
     ActionName   = "";
     CustomID     = new Member();
     BriefContent = "";
     CategoryID   = new CategoryActions();
     UpdaterID    = new Employees1();
     FinishedDate = new DateTime();
     UpdatedDate  = new DateTime();
     Status       = new ActionStatus();
     CreatorID    = new Employees1();
     FinishedDate = new DateTime();
     //UserActionNext = "";
     DeadLine  = new DateTime();
     Priority  = new Priorities();
     UpdaterID = new Employees1();
 }
Beispiel #3
0
 public ActionsHistory()
 {
     ID               = 0;
     ActionsID        = "";
     ActionName       = "";
     CustomID         = new Member();
     ActionContent    = "";
     CatagogyActionID = new CategoryActions();
     UpdaterID        = new Employees1();
     CreateDate       = new DateTime();
     Update           = new DateTime();
     ActionStatusID   = new ActionStatus();
     UserActionID     = new Employees1();
     FinishDate       = new DateTime();
     UserActionNext   = "";
     DeadLine         = "";
     PriorityID       = new Priorities();
     CreaterID        = new Employees1();
     FinishStatus     = 0;
 }