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