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