Class FCDRBase
Inheritance
System.Object
FCDRBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: FChoice.Foundation.Clarify.Compatibility.Toolkits.dll
[ComVisible(false)]
public abstract class FCDRBase
Constructors
Declaration
Declaration
protected FCDRBase(IFCApplication FCApp, IFCSession FCSess)
Parameters
Properties
Declaration
protected int _emp_id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
protected int _emp_id2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
protected string _impersonatorUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected string _object_name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected string _ret_id_num { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected int _ret_objid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
protected int _user_id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
protected int _user_id2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
protected int _wipbin_id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
protected int _wipbin_id2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
protected string _wipbin_title { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected string _wipbin_title2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected short _apply_eco(int demand_dtl_objid, string eco_code, string perf_by, string creation_time)
Parameters
Type |
Name |
Description |
System.Int32 |
demand_dtl_objid |
|
System.String |
eco_code |
|
System.String |
perf_by |
|
System.String |
creation_time |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _create_dr_labor(int demand_dtl_objid, string labor_type, string start_time, int duration, short billable, string bill_to, string wrk_center, double tl_rate, string perf_by, string creation_time)
Parameters
Type |
Name |
Description |
System.Int32 |
demand_dtl_objid |
|
System.String |
labor_type |
|
System.String |
start_time |
|
System.Int32 |
duration |
|
System.Int16 |
billable |
|
System.String |
bill_to |
|
System.String |
wrk_center |
|
System.Double |
tl_rate |
|
System.String |
perf_by |
|
System.String |
creation_time |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _create_dr_mtl(int demand_dtl_objid, string repair_code, string failure_code, int mod_level, short billable, string bill_to, string wrk_center, short disposition, string ref_designator, string notes, string transaction_id, string perf_by, string creation_time)
Parameters
Type |
Name |
Description |
System.Int32 |
demand_dtl_objid |
|
System.String |
repair_code |
|
System.String |
failure_code |
|
System.Int32 |
mod_level |
|
System.Int16 |
billable |
|
System.String |
bill_to |
|
System.String |
wrk_center |
|
System.Int16 |
disposition |
|
System.String |
ref_designator |
|
System.String |
notes |
|
System.String |
transaction_id |
|
System.String |
perf_by |
|
System.String |
creation_time |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _create_eco_dtl(string detail_type, int required, string status, string labor_type, int elapsed_time, string location, string description, string eco_hdr_code, int mod_level_objid)
Parameters
Type |
Name |
Description |
System.String |
detail_type |
|
System.Int32 |
required |
|
System.String |
status |
|
System.String |
labor_type |
|
System.Int32 |
elapsed_time |
|
System.String |
location |
|
System.String |
description |
|
System.String |
eco_hdr_code |
|
System.Int32 |
mod_level_objid |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _create_eco_hdr(string eco_title, string eco_type, string create_date, string eff_type, string start_date, string end_date, string status, string description)
Parameters
Type |
Name |
Description |
System.String |
eco_title |
|
System.String |
eco_type |
|
System.String |
create_date |
|
System.String |
eff_type |
|
System.String |
start_date |
|
System.String |
end_date |
|
System.String |
status |
|
System.String |
description |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _create_eco_item(int focus_type, int active, string eco_hdr_code, int apply_mod_level, int result_mod_level)
Parameters
Type |
Name |
Description |
System.Int32 |
focus_type |
|
System.Int32 |
active |
|
System.String |
eco_hdr_code |
|
System.Int32 |
apply_mod_level |
|
System.Int32 |
result_mod_level |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _delete_dr_labor(int time_log_objid, string creation_time)
Parameters
Type |
Name |
Description |
System.Int32 |
time_log_objid |
|
System.String |
creation_time |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _delete_dr_mtl(int mtl_log_objid, string creation_time)
Parameters
Type |
Name |
Description |
System.Int32 |
mtl_log_objid |
|
System.String |
creation_time |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _delete_eco_dtl(int eco_dtl_objid)
Parameters
Type |
Name |
Description |
System.Int32 |
eco_dtl_objid |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _delete_eco_item(int eco_item_objid)
Parameters
Type |
Name |
Description |
System.Int32 |
eco_item_objid |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
public void _Initialize(IFCApplication FCApp, IFCSession FCSess)
Parameters
Declaration
protected short _modify_dr_labor(int time_log_objid, string labor_type, string start_time, int duration, short billable, string bill_to, string wrk_center, double tl_rate, string perf_by, string creation_time)
Parameters
Type |
Name |
Description |
System.Int32 |
time_log_objid |
|
System.String |
labor_type |
|
System.String |
start_time |
|
System.Int32 |
duration |
|
System.Int16 |
billable |
|
System.String |
bill_to |
|
System.String |
wrk_center |
|
System.Double |
tl_rate |
|
System.String |
perf_by |
|
System.String |
creation_time |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _modify_dr_mtl(int mtl_log_objid, string repair_code, string failure_code, int mod_level, short billable, string bill_to, string wrk_center, short disposition, string ref_designator, string notes, string transaction_id, string perf_by, string creation_time)
Parameters
Type |
Name |
Description |
System.Int32 |
mtl_log_objid |
|
System.String |
repair_code |
|
System.String |
failure_code |
|
System.Int32 |
mod_level |
|
System.Int16 |
billable |
|
System.String |
bill_to |
|
System.String |
wrk_center |
|
System.Int16 |
disposition |
|
System.String |
ref_designator |
|
System.String |
notes |
|
System.String |
transaction_id |
|
System.String |
perf_by |
|
System.String |
creation_time |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _modify_eco_dtl(int eco_dtl_objid, string detail_type, int required, string status, string labor_type, int elapsed_time, string location, string description, string eco_hdr_code, int mod_level_objid)
Parameters
Type |
Name |
Description |
System.Int32 |
eco_dtl_objid |
|
System.String |
detail_type |
|
System.Int32 |
required |
|
System.String |
status |
|
System.String |
labor_type |
|
System.Int32 |
elapsed_time |
|
System.String |
location |
|
System.String |
description |
|
System.String |
eco_hdr_code |
|
System.Int32 |
mod_level_objid |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected short _modify_eco_item(int eco_mod_role_objid, int focus_type, int active, string eco_hdr_code, int applies_to_mod, int results_in_mod)
Parameters
Type |
Name |
Description |
System.Int32 |
eco_mod_role_objid |
|
System.Int32 |
focus_type |
|
System.Int32 |
active |
|
System.String |
eco_hdr_code |
|
System.Int32 |
applies_to_mod |
|
System.Int32 |
results_in_mod |
|
Returns
Type |
Description |
System.Int16 |
|
Declaration
protected abstract int GetProductID()
Returns
Type |
Description |
System.Int32 |
|