Exemple #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();
 }
Exemple #2
0
        public Action_Detail()
        {
            ActionsID = "";
            id        = 0;

            Content = "";

            PIC      = new Employees1();
            Status   = new ActionStatus();
            AssignTo = new Employees1();

            Priority    = new Priorities();
            CreatorID   = new Employees1();
            CreatedDate = new DateTime();
        }
Exemple #3
0
 public Promotion()
 {
     PromotionId     = "";
     PromotionName   = "";
     PromotionName2  = "";
     PromotionName3  = "";
     BeginDateTime   = new DateTime();
     EndDateTime     = new DateTime();
     BeginTime       = "";
     EndTime         = "";
     PercentDiscount = "";
     PromotionType   = new PromotionType();
     CreateDate      = new DateTime();
     UpdateDate      = new DateTime();
     Creator         = new Employees1();
     Product         = "";
     Type            = "0";
 }
Exemple #4
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();
 }
Exemple #5
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;
 }