Esempio n. 1
0
 public AppOrgCompanyLogInfo Set_Action(string action) => Fluent.Assign_0(this, info => info.cl_action = action);
Esempio n. 2
0
 public AppOrgCompanyLogInfo Set_Uid(string u_id) => Fluent.Assign_0(this, info => info.cl_u_uid       = u_id.ToInt());
Esempio n. 3
0
 public AppOrgCompanyLogInfo Set_Uname(string u_name) => Fluent.Assign_0(this, info => info.cl_u_name  = u_name);
Esempio n. 4
0
 public BrowseLogInfo Set_Os_Name(string os_name) => Fluent.Assign_0(this, log => log.bl_osName = os_name);
Esempio n. 5
0
 public BrowseLogInfo Set_App_Ver(string app_ver) => Fluent.Assign_0(this, log => log.bl_appVer = app_ver);
Esempio n. 6
0
 public BrowseLogInfo Set_Ip(string ip) => Fluent.Assign_0(this, log => log.bl_ip = ip);
Esempio n. 7
0
 public CompanyEvaluateInfo Set_Oc_Name(string oc_name) => Fluent.Assign_0(this, e => e.ce_oc_name = oc_name);
Esempio n. 8
0
 public CompanyEvaluateInfo Set_Oc_Area(string oc_area) => Fluent.Assign_0(this, e => e.ce_oc_area = oc_area);
Esempio n. 9
0
 public CompanyEvaluateInfo Set_Oc_Code(string oc_code) => Fluent.Assign_0(this, e => e.ce_oc_code = oc_code);
Esempio n. 10
0
 public Request_Head Set_Token(string token) => Fluent.Assign_0(this, h => h.Token = token);