public override void bind(Noear.Weed.GetHandlerEx source)
 {
     CatalogID = source("CatalogID").value <string>("");
     ID        = source("ID").value <string>("");
     UnitID    = source("UnitID").value <string>("");
     ProjectID = source("ProjectID").value <string>("");
 }
Example #2
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ProjectID                = source("ProjectID").value <string>("");
     CatalogID                = source("CatalogID").value <string>("");
     ProjectName              = source("ProjectName").value <string>("");
     ProjectTopic             = source("ProjectTopic").value <string>("");
     ProjectDirection         = source("ProjectDirection").value <string>("");
     ProjectSecretLevel       = source("ProjectSecretLevel").value <string>("");
     ProjectMasterName        = source("ProjectMasterName").value <string>("");
     ProjectMasterSex         = source("ProjectMasterSex").value <string>("");
     ProjectMasterBirthday    = source("ProjectMasterBirthday").value <DateTime>(DateTime.Now);
     ProjectMasterJob         = source("ProjectMasterJob").value <string>("");
     ProjectMasterTelephone   = source("ProjectMasterTelephone").value <string>("");
     ProjectMasterMobilephone = source("ProjectMasterMobilephone").value <string>("");
     TeamContactName          = source("TeamContactName").value <string>("");
     TeamContactSex           = source("TeamContactSex").value <string>("");
     TeamContactBirthday      = source("TeamContactBirthday").value <DateTime>(DateTime.Now);
     TeamContactJob           = source("TeamContactJob").value <string>("");
     TeamContactTelephone     = source("TeamContactTelephone").value <string>("");
     TeamContactMobilephone   = source("TeamContactMobilephone").value <string>("");
     TeamContactAddress       = source("TeamContactAddress").value <string>("");
     UnitName         = source("UnitName").value <string>("");
     UnitRealName     = source("UnitRealName").value <string>("");
     UnitAddress      = source("UnitAddress").value <string>("");
     UnitType2        = source("UnitType2").value <string>("");
     UnitContact      = source("UnitContact").value <string>("");
     UnitContactJob   = source("UnitContactJob").value <string>("");
     UnitContactPhone = source("UnitContactPhone").value <string>("");
     TotalTime        = source("TotalTime").value <int>(0);
     TotalMoney       = source("TotalMoney").value <decimal>(0);
     RequestTime      = source("RequestTime").value <DateTime>(DateTime.Now);
     WorkDest         = source("WorkDest").value <string>("");
     SubjectNameList  = source("SubjectNameList").value <string>("");
 }
Example #3
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ID     = source("ID").value <string>(Guid.NewGuid().ToString());
     Name   = source("Name").value <string>("");
     Parent = source("Parent").value <string>("");
     Status = source("Status").value <int>(0);
 }
Example #4
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ProjectID          = source("ProjectID").value <string>("");
     CatalogID          = source("CatalogID").value <string>("");
     ProjectName        = source("ProjectName").value <string>("");
     SecretLevel        = source("SecretLevel").value <string>("");
     TotalMoney         = source("TotalMoney").value <decimal>(0);
     Keywords           = source("Keywords").value <string>("");
     Domains            = source("Domains").value <string>("");
     DutyUnit           = source("DutyUnit").value <string>("");
     DutyNormalUnit     = source("DutyNormalUnit").value <string>("");
     DutyUnitOrg        = source("DutyUnitOrg").value <string>("");
     DutyUnitAddress    = source("DutyUnitAddress").value <string>("");
     ProjectNumber      = source("ProjectNumber").value <string>("");
     TotalTime          = source("TotalTime").value <int>(0);
     ProjectRange       = source("ProjectRange").value <string>("");
     TaskNumber         = source("TaskNumber").value <string>("");
     OKQuestionMemo     = source("OKQuestionMemo").value <string>("");
     OKCheckA           = source("OKCheckA").value <string>("");
     OKCheckB           = source("OKCheckB").value <string>("");
     ContactCheckLevelA = source("ContactCheckLevelA").value <string>("");
     ContactCheckLevelB = source("ContactCheckLevelB").value <string>("");
     Memo                = source("Memo").value <string>("");
     IsNeedHide          = source("IsNeedHide").value <string>("");
     IsCheckUnitComplete = source("IsCheckUnitComplete").value <string>("");
 }
Example #5
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     TeacherCommentID = source("TeacherCommentID").value <string>(Guid.NewGuid().ToString());
     CommentDate      = source("CommentDate").value <DateTime>(DateTime.Now);
     TeacherID        = source("TeacherID").value <string>("");
     CommentText      = source("CommentText").value <string>("");
 }
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     CatalogID            = source("CatalogID").value <string>("");
     CatalogNumber        = source("CatalogNumber").value <string>("");
     ProjectName          = source("ProjectName").value <string>("");
     ProjectCreater       = source("ProjectCreater").value <string>("");
     ProjectCreaterUnitID = source("ProjectCreaterUnitID").value <string>("");
 }
Example #7
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     DID            = source("DID").value <string>("");
     CatalogID      = source("CatalogID").value <string>("");
     ProjectID      = source("ProjectID").value <string>("");
     DutyUnit       = source("DutyUnit").value <string>("");
     DutyNormalUnit = source("DutyNormalUnit").value <string>("");
 }
Example #8
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     BianHao    = source("BianHao").value <string>(Guid.NewGuid().ToString());
     MingCheng  = source("MingCheng").value <string>("");
     ShuJu      = source("ShuJu").value <string>("");
     ZhuangTai  = source("ZhuangTai").value <double>(0);
     ModifyTime = source("ModifyTime").value <DateTime>(DateTime.Now);
 }
Example #9
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ID        = source("ID").value <string>(Guid.NewGuid().ToString());
     Index     = source("Index").value <int>(0);
     ProjectID = source("ProjectID").value <string>(string.Empty);
     Name      = source("Name").value <string>(string.Empty);
     Value     = source("Value").value <string>(string.Empty);
 }
Example #10
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     WSID           = source("WSID").value <string>("");
     CatalogID      = source("CatalogID").value <string>("");
     ProjectID      = source("ProjectID").value <string>("");
     WorkTime       = source("WorkTime").value <DateTime>(DateTime.Now);
     DestAndContent = source("DestAndContent").value <string>("");
     ResultMethod   = source("ResultMethod").value <string>("");
 }
Example #11
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     CatalogID = source("CatalogID").value <string>("");
     ID        = source("ID").value <string>("");
     Index     = source("Index").value <int>(0);
     ProjectID = source("ProjectID").value <string>("");
     Name      = source("Name").value <string>("");
     Value     = source("Value").value <string>("");
 }
Example #12
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ID        = source("ID").value <string>(Guid.NewGuid().ToString());
     ProjectID = source("ProjectID").value <string>(string.Empty);
     StepTime  = source("StepTime").value <int>(0);
     StepDest  = source("StepDest").value <string>(string.Empty);
     StepMoney = source("StepMoney").value <decimal>(0);
     StepIndex = source("StepIndex").value <int>(0);
 }
Example #13
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ID          = source("ID").value <string>(Guid.NewGuid().ToString());
     StepID      = source("StepID").value <string>(string.Empty);
     StepContent = source("StepContent").value <string>(string.Empty);
     StepResult  = source("StepResult").value <string>(string.Empty);
     Method      = source("Method").value <string>(string.Empty);
     Money       = source("Money").value <decimal>(0);
 }
Example #14
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     TID         = source("TID").value <string>("");
     CatalogID   = source("CatalogID").value <string>("");
     ProjectID   = source("ProjectID").value <string>("");
     NodeID      = source("NodeID").value <string>("");
     ModuleName  = source("ModuleName").value <string>("");
     ModuleValue = source("ModuleValue").value <string>("");
 }
Example #15
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ID         = source("ID").value <string>(Guid.NewGuid().ToString());
     TreeID     = source("TreeID").value <string>("");
     Name       = source("Name").value <string>("");
     Range      = source("Range").value <string>("");
     Script     = source("Script").value <string>("");
     ModifyTime = source("ModifyTime").value <DateTime>(DateTime.Now);
     Status     = source("Status").value <int>(0);
 }
Example #16
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     CatalogID      = source("CatalogID").value <string>("");
     CatalogNumber  = source("CatalogNumber").value <string>("");
     CatalogName    = source("CatalogName").value <string>("");
     CatalogType    = source("CatalogType").value <string>("");
     CatalogVersion = source("CatalogVersion").value <string>("");
     ImportTime     = source("ImportTime").value <DateTime>(DateTime.Now);
     ZipPath        = source("ZipPath").value <string>("");
 }
Example #17
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     SMID      = source("SMID").value <string>("");
     CatalogID = source("CatalogID").value <string>("");
     ProjectID = source("ProjectID").value <string>("");
     SubjectID = source("SubjectID").value <string>("");
     NodeID    = source("NodeID").value <string>("");
     SMName    = source("SMName").value <string>("");
     SMValue   = source("SMValue").value <string>("");
 }
Example #18
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     BianHao        = source("BianHao").value <string>(Guid.NewGuid().ToString());
     BoFuTiaoJian   = source("BoFuTiaoJian").value <string>("");
     YuJiShiJian    = source("YuJiShiJian").value <DateTime>(DateTime.Now);
     JingFeiJinQian = source("JingFeiJinQian").value <decimal>(0);
     ZhuangTai      = source("ZhuangTai").value <double>(0);
     ModifyTime     = source("ModifyTime").value <DateTime>(DateTime.Now);
     BeiZhu         = source("BeiZhu").value <string>("");
 }
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ID          = source("ID").value <string>(Guid.NewGuid().ToString());
     StepID      = source("StepID").value <string>("");
     StepContent = source("StepContent").value <string>("");
     StepDest    = source("StepDest").value <string>("");
     StepTarget  = source("StepTarget").value <string>("");
     StepResult  = source("StepResult").value <string>("");
     Money       = source("Money").value <decimal>(0);
 }
Example #20
0
        public override void bind(Noear.Weed.GetHandlerEx source)
        {
            BianHao                 = source("BianHao").value <string>(Guid.NewGuid().ToString());
            KeTiMingCheng           = source("KeTiMingCheng").value <string>("");
            KeTiYanJiuMuBiao        = source("KeTiYanJiuMuBiao").value <string>("");
            KeTiYanJiuNeiRong       = source("KeTiYanJiuNeiRong").value <string>("");
            KeTiCanJiaDanWeiFenGong = source("KeTiCanJiaDanWeiFenGong").value <string>("");
            ZhuangTai               = source("ZhuangTai").value <double>(0);

            ModifyTime = source("ModifyTime").value <DateTime>(DateTime.Now);
        }
Example #21
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     BianHao         = source("BianHao").value <string>(Guid.NewGuid().ToString());
     JieDian         = source("JieDian").value <int>(0);
     ShiJian         = source("ShiJian").value <DateTime>(DateTime.Now);
     JieDuanMuBiao   = source("JieDuanMuBiao").value <string>("");
     WanChengNeiRong = source("WanChengNeiRong").value <string>("");
     JieDuanChengGuo = source("JieDuanChengGuo").value <string>("");
     ZhuangTai       = source("ZhuangTai").value <double>(0);
     ModifyTime      = source("ModifyTime").value <DateTime>(DateTime.Now);
 }
Example #22
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     CatalogID   = source("CatalogID").value <string>("");
     ID          = source("ID").value <string>("");
     StepID      = source("StepID").value <string>("");
     StepContent = source("StepContent").value <string>("");
     StepDest    = source("StepDest").value <string>("");
     StepTarget  = source("StepTarget").value <string>("");
     StepResult  = source("StepResult").value <string>("");
     Money       = source("Money").value <decimal>(0);
 }
Example #23
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ID                  = source("ID").value <string>(Guid.NewGuid().ToString());
     UnitName            = source("UnitName").value <string>(string.Empty);
     FlagName            = source("FlagName").value <string>(string.Empty);
     NormalName          = source("NormalName").value <string>(string.Empty);
     Address             = source("Address").value <string>(string.Empty);
     ContactName         = source("ContactName").value <string>(string.Empty);
     Telephone           = source("Telephone").value <string>(string.Empty);
     SecretQualification = source("SecretQualification").value <string>(string.Empty);
 }
Example #24
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ID             = source("ID").value <string>(Guid.NewGuid().ToString());
     ProjectID      = source("ProjectID").value <string>("");
     ExtName        = source("ExtName").value <string>("");
     ExtType        = source("ExtType").value <string>("");
     SourceFileName = source("SourceFileName").value <string>("");
     RealFileName   = source("RealFileName").value <string>("");
     IsIgnore       = source("IsIgnore").value <int>(0);
     Tag            = source("Tag").value <string>("");
 }
Example #25
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ID        = source("ID").value <string>(Guid.NewGuid().ToString());
     ProjectID = source("ProjectID").value <string>(string.Empty);
     PersonID  = source("PersonID").value <string>(string.Empty);
     Role      = source("Role").value <string>(string.Empty);
     Type      = source("Type").value <string>(string.Empty);
     Content   = source("Content").value <string>(string.Empty);
     TotalTime = source("TotalTime").value <int>(0);
     IDCard    = source("IDCard").value <string>(string.Empty);
 }
Example #26
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     CatalogID            = source("CatalogID").value <string>("");
     CatalogNumber        = source("CatalogNumber").value <string>("");
     CatalogName          = source("CatalogName").value <string>("");
     CatalogType          = source("CatalogType").value <string>("");
     CatalogVersion       = source("CatalogVersion").value <string>("");
     IsNeedHide           = source("IsNeedHide").value <string>("");
     CatalogZipFile       = source("CatalogZipFile").value <string>("");
     CatalogDecompressDir = source("CatalogDecompressDir").value <string>("");
     IsCheckUnitComplete  = source("IsCheckUnitComplete").value <string>("");
 }
Example #27
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     TID           = source("TID").value <string>("");
     CatalogID     = source("CatalogID").value <string>("");
     ProjectID     = source("ProjectID").value <string>("");
     NodeID        = source("NodeID").value <string>("");
     WorkUnit      = source("WorkUnit").value <string>("");
     ProjectName   = source("ProjectName").value <string>("");
     ProjectMaster = source("ProjectMaster").value <string>("");
     TotalMoney    = source("TotalMoney").value <decimal>(0);
     TotalMoneyNow = source("TotalMoneyNow").value <decimal>(0);
 }
Example #28
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     TID         = source("TID").value <string>("");
     CatalogID   = source("CatalogID").value <string>("");
     ProjectID   = source("ProjectID").value <string>("");
     NodeID      = source("NodeID").value <string>("");
     WorkDeskJob = source("WorkDeskJob").value <string>("");
     PersonName  = source("PersonName").value <string>("");
     PersonUnit  = source("PersonUnit").value <string>("");
     PersonJob   = source("PersonJob").value <string>("");
     PersonPhone = source("PersonPhone").value <string>("");
 }
Example #29
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     ID          = source("ID").value <string>(Guid.NewGuid().ToString());
     Name        = source("Name").value <string>(string.Empty);
     SecretLevel = source("SecretLevel").value <string>(string.Empty);
     Type        = source("Type").value <string>(string.Empty);
     Type2       = source("Type2").value <string>(string.Empty);
     ParentID    = source("ParentID").value <string>(string.Empty);
     UnitID      = source("UnitID").value <string>(string.Empty);
     TotalTime   = source("TotalTime").value <int>(0);
     TotalMoney  = source("TotalMoney").value <decimal>(0);
     Keywords    = source("Keywords").value <string>(string.Empty);
 }
Example #30
0
 public override void bind(Noear.Weed.GetHandlerEx source)
 {
     DictID       = source("DictID").value <string>(Guid.NewGuid().ToString());
     CatalogID    = source("CatalogID").value <string>("");
     ProjectID    = source("ProjectID").value <string>("");
     SubjectID    = source("SubjectID").value <string>("");
     PersonID     = source("PersonID").value <string>("");
     DictType     = source("DictType").value <string>("");
     DictName     = source("DictName").value <string>("");
     DictValue    = source("DictValue").value <string>("");
     DictTag      = source("DictTag").value <string>("");
     ParentDictID = source("ParentDictID").value <string>("");
 }