mpxj 9.2.0 → 9.2.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of mpxj might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +125 -125
- data/bin/console +14 -14
- data/bin/setup +7 -7
- data/docs/AssignmentAttributes.md +162 -162
- data/docs/PropertiesAttributes.md +128 -128
- data/docs/RelationAttributes.md +5 -5
- data/docs/ResourceAttributes.md +201 -201
- data/docs/TaskAttributes.md +318 -318
- data/legal/licence.rtfparserkit.txt +202 -202
- data/lib/mpxj/assignment.rb +18 -18
- data/lib/mpxj/mpxj.jar +0 -0
- data/lib/mpxj/properties.rb +5 -5
- data/lib/mpxj/relation.rb +5 -5
- data/lib/mpxj/resource.rb +10 -10
- data/lib/mpxj/task.rb +52 -52
- data/lib/mpxj/version.rb +1 -1
- metadata +3 -3
@@ -1,128 +1,128 @@
|
|
1
|
-
# Properties Attributes
|
2
|
-
|
3
|
-
Properties#start_date
|
4
|
-
Properties#currency_symbol
|
5
|
-
Properties#currency_symbol_position
|
6
|
-
Properties#currency_digits
|
7
|
-
Properties#thousands_separator
|
8
|
-
Properties#decimal_separator
|
9
|
-
Properties#default_duration_units
|
10
|
-
Properties#default_duration_is_fixed
|
11
|
-
Properties#default_work_units
|
12
|
-
Properties#default_standard_rate
|
13
|
-
Properties#default_overtime_rate
|
14
|
-
Properties#updating_task_status_updates_resource_status
|
15
|
-
Properties#split_in_progress_tasks
|
16
|
-
Properties#date_order
|
17
|
-
Properties#time_format
|
18
|
-
Properties#default_start_time
|
19
|
-
Properties#date_separator
|
20
|
-
Properties#time_separator
|
21
|
-
Properties#am_text
|
22
|
-
Properties#pm_text
|
23
|
-
Properties#date_format
|
24
|
-
Properties#bar_text_date_format
|
25
|
-
Properties#project_title
|
26
|
-
Properties#company
|
27
|
-
Properties#manager
|
28
|
-
Properties#default_calendar_name
|
29
|
-
Properties#schedule_from
|
30
|
-
Properties#current_date
|
31
|
-
Properties#comments
|
32
|
-
Properties#cost
|
33
|
-
Properties#baseline_cost
|
34
|
-
Properties#actual_cost
|
35
|
-
Properties#work
|
36
|
-
Properties#baseline_work
|
37
|
-
Properties#actual_work
|
38
|
-
Properties#work2
|
39
|
-
Properties#duration
|
40
|
-
Properties#baseline_duration
|
41
|
-
Properties#actual_duration
|
42
|
-
Properties#percentage_complete
|
43
|
-
Properties#baseline_start
|
44
|
-
Properties#baseline_finish
|
45
|
-
Properties#actual_start
|
46
|
-
Properties#actual_finish
|
47
|
-
Properties#start_variance
|
48
|
-
Properties#finish_variance
|
49
|
-
Properties#subject
|
50
|
-
Properties#author
|
51
|
-
Properties#keywords
|
52
|
-
Properties#hyperlink_base
|
53
|
-
Properties#default_end_time
|
54
|
-
Properties#project_externally_edited
|
55
|
-
Properties#category
|
56
|
-
Properties#minutes_per_day
|
57
|
-
Properties#days_per_month
|
58
|
-
Properties#minutes_per_week
|
59
|
-
Properties#fiscal_year_start
|
60
|
-
Properties#default_task_earned_value_method
|
61
|
-
Properties#remove_file_properties
|
62
|
-
Properties#move_completed_ends_back
|
63
|
-
Properties#new_tasks_estimated
|
64
|
-
Properties#spread_actual_cost
|
65
|
-
Properties#multiple_critical_paths
|
66
|
-
Properties#auto_add_new_resources_and_tasks
|
67
|
-
Properties#last_saved
|
68
|
-
Properties#status_date
|
69
|
-
Properties#move_remaining_starts_back
|
70
|
-
Properties#auto_link
|
71
|
-
Properties#microsoft_project_server_url
|
72
|
-
Properties#honor_constraints
|
73
|
-
Properties#admin_project
|
74
|
-
Properties#inserted_projects_like_summary
|
75
|
-
Properties#name
|
76
|
-
Properties#spread_percent_complete
|
77
|
-
Properties#move_completed_ends_forward
|
78
|
-
Properties#editable_actual_costs
|
79
|
-
Properties#unique_id
|
80
|
-
Properties#revision
|
81
|
-
Properties#new_tasks_effort_driven
|
82
|
-
Properties#move_remaining_starts_forward
|
83
|
-
Properties#actuals_in_sync
|
84
|
-
Properties#default_task_type
|
85
|
-
Properties#earned_value_method
|
86
|
-
Properties#creation_date
|
87
|
-
Properties#extended_creation_date
|
88
|
-
Properties#default_fixed_cost_accrual
|
89
|
-
Properties#critical_slack_limit
|
90
|
-
Properties#baseline_for_earned_value
|
91
|
-
Properties#fiscal_year_start_month
|
92
|
-
Properties#new_task_start_is_project_start
|
93
|
-
Properties#week_start_day
|
94
|
-
Properties#calculate_multiple_critical_paths
|
95
|
-
Properties#custom_properties
|
96
|
-
Properties#currency_code
|
97
|
-
Properties#show_project_summary_task
|
98
|
-
Properties#baseline_date
|
99
|
-
Properties#baseline1_date
|
100
|
-
Properties#baseline2_date
|
101
|
-
Properties#baseline3_date
|
102
|
-
Properties#baseline4_date
|
103
|
-
Properties#baseline5_date
|
104
|
-
Properties#baseline6_date
|
105
|
-
Properties#baseline7_date
|
106
|
-
Properties#baseline8_date
|
107
|
-
Properties#baseline9_date
|
108
|
-
Properties#baseline10_date
|
109
|
-
Properties#template
|
110
|
-
Properties#last_author
|
111
|
-
Properties#lastprinted
|
112
|
-
Properties#short_application_name
|
113
|
-
Properties#editing_time
|
114
|
-
Properties#presentation_format
|
115
|
-
Properties#content_type
|
116
|
-
Properties#content_status
|
117
|
-
Properties#language
|
118
|
-
Properties#document_version
|
119
|
-
Properties#mpx_delimiter
|
120
|
-
Properties#mpx_program_name
|
121
|
-
Properties#mpx_file_version
|
122
|
-
Properties#mpx_code_page
|
123
|
-
Properties#project_file_path
|
124
|
-
Properties#full_application_name
|
125
|
-
Properties#application_version
|
126
|
-
Properties#mpp_file_type
|
127
|
-
Properties#autofilter
|
128
|
-
Properties#finish_date
|
1
|
+
# Properties Attributes
|
2
|
+
|
3
|
+
Properties#start_date
|
4
|
+
Properties#currency_symbol
|
5
|
+
Properties#currency_symbol_position
|
6
|
+
Properties#currency_digits
|
7
|
+
Properties#thousands_separator
|
8
|
+
Properties#decimal_separator
|
9
|
+
Properties#default_duration_units
|
10
|
+
Properties#default_duration_is_fixed
|
11
|
+
Properties#default_work_units
|
12
|
+
Properties#default_standard_rate
|
13
|
+
Properties#default_overtime_rate
|
14
|
+
Properties#updating_task_status_updates_resource_status
|
15
|
+
Properties#split_in_progress_tasks
|
16
|
+
Properties#date_order
|
17
|
+
Properties#time_format
|
18
|
+
Properties#default_start_time
|
19
|
+
Properties#date_separator
|
20
|
+
Properties#time_separator
|
21
|
+
Properties#am_text
|
22
|
+
Properties#pm_text
|
23
|
+
Properties#date_format
|
24
|
+
Properties#bar_text_date_format
|
25
|
+
Properties#project_title
|
26
|
+
Properties#company
|
27
|
+
Properties#manager
|
28
|
+
Properties#default_calendar_name
|
29
|
+
Properties#schedule_from
|
30
|
+
Properties#current_date
|
31
|
+
Properties#comments
|
32
|
+
Properties#cost
|
33
|
+
Properties#baseline_cost
|
34
|
+
Properties#actual_cost
|
35
|
+
Properties#work
|
36
|
+
Properties#baseline_work
|
37
|
+
Properties#actual_work
|
38
|
+
Properties#work2
|
39
|
+
Properties#duration
|
40
|
+
Properties#baseline_duration
|
41
|
+
Properties#actual_duration
|
42
|
+
Properties#percentage_complete
|
43
|
+
Properties#baseline_start
|
44
|
+
Properties#baseline_finish
|
45
|
+
Properties#actual_start
|
46
|
+
Properties#actual_finish
|
47
|
+
Properties#start_variance
|
48
|
+
Properties#finish_variance
|
49
|
+
Properties#subject
|
50
|
+
Properties#author
|
51
|
+
Properties#keywords
|
52
|
+
Properties#hyperlink_base
|
53
|
+
Properties#default_end_time
|
54
|
+
Properties#project_externally_edited
|
55
|
+
Properties#category
|
56
|
+
Properties#minutes_per_day
|
57
|
+
Properties#days_per_month
|
58
|
+
Properties#minutes_per_week
|
59
|
+
Properties#fiscal_year_start
|
60
|
+
Properties#default_task_earned_value_method
|
61
|
+
Properties#remove_file_properties
|
62
|
+
Properties#move_completed_ends_back
|
63
|
+
Properties#new_tasks_estimated
|
64
|
+
Properties#spread_actual_cost
|
65
|
+
Properties#multiple_critical_paths
|
66
|
+
Properties#auto_add_new_resources_and_tasks
|
67
|
+
Properties#last_saved
|
68
|
+
Properties#status_date
|
69
|
+
Properties#move_remaining_starts_back
|
70
|
+
Properties#auto_link
|
71
|
+
Properties#microsoft_project_server_url
|
72
|
+
Properties#honor_constraints
|
73
|
+
Properties#admin_project
|
74
|
+
Properties#inserted_projects_like_summary
|
75
|
+
Properties#name
|
76
|
+
Properties#spread_percent_complete
|
77
|
+
Properties#move_completed_ends_forward
|
78
|
+
Properties#editable_actual_costs
|
79
|
+
Properties#unique_id
|
80
|
+
Properties#revision
|
81
|
+
Properties#new_tasks_effort_driven
|
82
|
+
Properties#move_remaining_starts_forward
|
83
|
+
Properties#actuals_in_sync
|
84
|
+
Properties#default_task_type
|
85
|
+
Properties#earned_value_method
|
86
|
+
Properties#creation_date
|
87
|
+
Properties#extended_creation_date
|
88
|
+
Properties#default_fixed_cost_accrual
|
89
|
+
Properties#critical_slack_limit
|
90
|
+
Properties#baseline_for_earned_value
|
91
|
+
Properties#fiscal_year_start_month
|
92
|
+
Properties#new_task_start_is_project_start
|
93
|
+
Properties#week_start_day
|
94
|
+
Properties#calculate_multiple_critical_paths
|
95
|
+
Properties#custom_properties
|
96
|
+
Properties#currency_code
|
97
|
+
Properties#show_project_summary_task
|
98
|
+
Properties#baseline_date
|
99
|
+
Properties#baseline1_date
|
100
|
+
Properties#baseline2_date
|
101
|
+
Properties#baseline3_date
|
102
|
+
Properties#baseline4_date
|
103
|
+
Properties#baseline5_date
|
104
|
+
Properties#baseline6_date
|
105
|
+
Properties#baseline7_date
|
106
|
+
Properties#baseline8_date
|
107
|
+
Properties#baseline9_date
|
108
|
+
Properties#baseline10_date
|
109
|
+
Properties#template
|
110
|
+
Properties#last_author
|
111
|
+
Properties#lastprinted
|
112
|
+
Properties#short_application_name
|
113
|
+
Properties#editing_time
|
114
|
+
Properties#presentation_format
|
115
|
+
Properties#content_type
|
116
|
+
Properties#content_status
|
117
|
+
Properties#language
|
118
|
+
Properties#document_version
|
119
|
+
Properties#mpx_delimiter
|
120
|
+
Properties#mpx_program_name
|
121
|
+
Properties#mpx_file_version
|
122
|
+
Properties#mpx_code_page
|
123
|
+
Properties#project_file_path
|
124
|
+
Properties#full_application_name
|
125
|
+
Properties#application_version
|
126
|
+
Properties#mpp_file_type
|
127
|
+
Properties#autofilter
|
128
|
+
Properties#finish_date
|
data/docs/RelationAttributes.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
# Relation Attributes
|
2
|
-
|
3
|
-
Relation#task_unique_id
|
4
|
-
Relation#lag
|
5
|
-
Relation#type
|
1
|
+
# Relation Attributes
|
2
|
+
|
3
|
+
Relation#task_unique_id
|
4
|
+
Relation#lag
|
5
|
+
Relation#type
|
data/docs/ResourceAttributes.md
CHANGED
@@ -1,201 +1,201 @@
|
|
1
|
-
# Resource Attributes
|
2
|
-
|
3
|
-
Resource#accrue_at
|
4
|
-
Resource#active
|
5
|
-
Resource#actual_cost
|
6
|
-
Resource#actual_finish
|
7
|
-
Resource#actual_overtime_cost
|
8
|
-
Resource#actual_overtime_work
|
9
|
-
Resource#actual_overtime_work_protected
|
10
|
-
Resource#actual_start
|
11
|
-
Resource#actual_work
|
12
|
-
Resource#actual_work_protected
|
13
|
-
Resource#acwp
|
14
|
-
Resource#assignment
|
15
|
-
Resource#assignment_delay
|
16
|
-
Resource#assignment_owner
|
17
|
-
Resource#assignment_units
|
18
|
-
Resource#availability_data
|
19
|
-
Resource#available_from
|
20
|
-
Resource#available_to
|
21
|
-
Resource#base_calendar
|
22
|
-
Resource#baseline1_budget_cost
|
23
|
-
Resource#baseline1_budget_work
|
24
|
-
Resource#baseline1_cost
|
25
|
-
Resource#baseline1_finish
|
26
|
-
Resource#baseline1_start
|
27
|
-
Resource#baseline1_work
|
28
|
-
...
|
29
|
-
Resource#baseline10_budget_cost
|
30
|
-
Resource#baseline10_budget_work
|
31
|
-
Resource#baseline10_cost
|
32
|
-
Resource#baseline10_finish
|
33
|
-
Resource#baseline10_start
|
34
|
-
Resource#baseline10_work
|
35
|
-
Resource#baseline_budget_cost
|
36
|
-
Resource#baseline_budget_work
|
37
|
-
Resource#baseline_cost
|
38
|
-
Resource#baseline_finish
|
39
|
-
Resource#baseline_start
|
40
|
-
Resource#baseline_work
|
41
|
-
Resource#bcwp
|
42
|
-
Resource#bcws
|
43
|
-
Resource#booking_type
|
44
|
-
Resource#budget
|
45
|
-
Resource#budget_cost
|
46
|
-
Resource#budget_work
|
47
|
-
Resource#calendar_guid
|
48
|
-
Resource#can_level
|
49
|
-
Resource#code
|
50
|
-
Resource#confirmed
|
51
|
-
Resource#cost
|
52
|
-
Resource#cost1
|
53
|
-
...
|
54
|
-
Resource#cost10
|
55
|
-
Resource#cost_center
|
56
|
-
Resource#cost_per_use
|
57
|
-
Resource#cost_rate_a
|
58
|
-
Resource#cost_rate_b
|
59
|
-
Resource#cost_rate_c
|
60
|
-
Resource#cost_rate_d
|
61
|
-
Resource#cost_rate_e
|
62
|
-
Resource#cost_rate_table
|
63
|
-
Resource#cost_variance
|
64
|
-
Resource#created
|
65
|
-
Resource#cv
|
66
|
-
Resource#date1
|
67
|
-
...
|
68
|
-
Resource#date10
|
69
|
-
Resource#default_assignment_owner
|
70
|
-
Resource#duration1
|
71
|
-
...
|
72
|
-
Resource#duration10
|
73
|
-
Resource#duration1_units
|
74
|
-
...
|
75
|
-
Resource#duration10_units
|
76
|
-
Resource#email_address
|
77
|
-
Resource#enterprise
|
78
|
-
Resource#enterprise_base_calendar
|
79
|
-
Resource#enterprise_checked_out_by
|
80
|
-
Resource#enterprise_cost1
|
81
|
-
...
|
82
|
-
Resource#enterprise_cost10
|
83
|
-
Resource#enterprise_custom_field1
|
84
|
-
...
|
85
|
-
Resource#enterprise_custom_field50
|
86
|
-
Resource#enterprise_data
|
87
|
-
Resource#enterprise_date1
|
88
|
-
...
|
89
|
-
Resource#enterprise_date30
|
90
|
-
Resource#enterprise_duration1
|
91
|
-
...
|
92
|
-
Resource#enterprise_duration10
|
93
|
-
Resource#enterprise_duration1_units
|
94
|
-
...
|
95
|
-
Resource#enterprise_duration10_units
|
96
|
-
Resource#enterprise_flag1
|
97
|
-
...
|
98
|
-
Resource#enterprise_flag20
|
99
|
-
Resource#enterprise_is_checked_out
|
100
|
-
Resource#enterprise_last_modified_date
|
101
|
-
Resource#enterprise_multi_value20
|
102
|
-
...
|
103
|
-
Resource#enterprise_multi_value29
|
104
|
-
Resource#enterprise_name_used
|
105
|
-
Resource#enterprise_number1
|
106
|
-
...
|
107
|
-
Resource#enterprise_number40
|
108
|
-
Resource#enterprise_outline_code1
|
109
|
-
...
|
110
|
-
Resource#enterprise_outline_code29
|
111
|
-
Resource#enterprise_rbs
|
112
|
-
Resource#enterprise_required_values
|
113
|
-
Resource#enterprise_team_member
|
114
|
-
Resource#enterprise_text1
|
115
|
-
...
|
116
|
-
Resource#enterprise_text40
|
117
|
-
Resource#enterprise_unique_id
|
118
|
-
Resource#error_message
|
119
|
-
Resource#finish
|
120
|
-
Resource#finish1
|
121
|
-
...
|
122
|
-
Resource#finish10
|
123
|
-
Resource#flag1
|
124
|
-
...
|
125
|
-
Resource#flag20
|
126
|
-
Resource#generic
|
127
|
-
Resource#group
|
128
|
-
Resource#group_by_summary
|
129
|
-
Resource#guid
|
130
|
-
Resource#hyperlink
|
131
|
-
Resource#hyperlink_address
|
132
|
-
Resource#hyperlink_data
|
133
|
-
Resource#hyperlink_href
|
134
|
-
Resource#hyperlink_screen_tip
|
135
|
-
Resource#hyperlink_subaddress
|
136
|
-
Resource#id
|
137
|
-
Resource#import
|
138
|
-
Resource#inactive
|
139
|
-
Resource#index
|
140
|
-
Resource#indicators
|
141
|
-
Resource#initials
|
142
|
-
Resource#leveling_delay
|
143
|
-
Resource#linked_fields
|
144
|
-
Resource#material_label
|
145
|
-
Resource#max_units
|
146
|
-
Resource#name
|
147
|
-
Resource#notes
|
148
|
-
Resource#number1
|
149
|
-
...
|
150
|
-
Resource#number20
|
151
|
-
Resource#objects
|
152
|
-
Resource#outline_code1
|
153
|
-
...
|
154
|
-
Resource#outline_code10
|
155
|
-
Resource#outline_code1_index
|
156
|
-
...
|
157
|
-
Resource#outline_code10_index
|
158
|
-
Resource#overallocated
|
159
|
-
Resource#overtime_cost
|
160
|
-
Resource#overtime_rate
|
161
|
-
Resource#overtime_rate_units
|
162
|
-
Resource#overtime_work
|
163
|
-
Resource#peak
|
164
|
-
Resource#percent_work_complete
|
165
|
-
Resource#phonetics
|
166
|
-
Resource#project
|
167
|
-
Resource#regular_work
|
168
|
-
Resource#remaining_cost
|
169
|
-
Resource#remaining_overtime_cost
|
170
|
-
Resource#remaining_overtime_work
|
171
|
-
Resource#remaining_work
|
172
|
-
Resource#request_demand
|
173
|
-
Resource#response_pending
|
174
|
-
Resource#standard_rate
|
175
|
-
Resource#standard_rate_units
|
176
|
-
Resource#start
|
177
|
-
Resource#start1
|
178
|
-
...
|
179
|
-
Resource#start10
|
180
|
-
Resource#subproject_resource_unique_id
|
181
|
-
Resource#summary
|
182
|
-
Resource#sv
|
183
|
-
Resource#task_outline_number
|
184
|
-
Resource#task_summary_name
|
185
|
-
Resource#team_assignment_pool
|
186
|
-
Resource#teamstatus_pending
|
187
|
-
Resource#text1
|
188
|
-
...
|
189
|
-
Resource#text30
|
190
|
-
Resource#type
|
191
|
-
Resource#unavailable
|
192
|
-
Resource#unique_id
|
193
|
-
Resource#update_needed
|
194
|
-
Resource#vac
|
195
|
-
Resource#wbs
|
196
|
-
Resource#windows_user_account
|
197
|
-
Resource#work
|
198
|
-
Resource#work_contour
|
199
|
-
Resource#work_variance
|
200
|
-
Resource#workgroup
|
201
|
-
|
1
|
+
# Resource Attributes
|
2
|
+
|
3
|
+
Resource#accrue_at
|
4
|
+
Resource#active
|
5
|
+
Resource#actual_cost
|
6
|
+
Resource#actual_finish
|
7
|
+
Resource#actual_overtime_cost
|
8
|
+
Resource#actual_overtime_work
|
9
|
+
Resource#actual_overtime_work_protected
|
10
|
+
Resource#actual_start
|
11
|
+
Resource#actual_work
|
12
|
+
Resource#actual_work_protected
|
13
|
+
Resource#acwp
|
14
|
+
Resource#assignment
|
15
|
+
Resource#assignment_delay
|
16
|
+
Resource#assignment_owner
|
17
|
+
Resource#assignment_units
|
18
|
+
Resource#availability_data
|
19
|
+
Resource#available_from
|
20
|
+
Resource#available_to
|
21
|
+
Resource#base_calendar
|
22
|
+
Resource#baseline1_budget_cost
|
23
|
+
Resource#baseline1_budget_work
|
24
|
+
Resource#baseline1_cost
|
25
|
+
Resource#baseline1_finish
|
26
|
+
Resource#baseline1_start
|
27
|
+
Resource#baseline1_work
|
28
|
+
...
|
29
|
+
Resource#baseline10_budget_cost
|
30
|
+
Resource#baseline10_budget_work
|
31
|
+
Resource#baseline10_cost
|
32
|
+
Resource#baseline10_finish
|
33
|
+
Resource#baseline10_start
|
34
|
+
Resource#baseline10_work
|
35
|
+
Resource#baseline_budget_cost
|
36
|
+
Resource#baseline_budget_work
|
37
|
+
Resource#baseline_cost
|
38
|
+
Resource#baseline_finish
|
39
|
+
Resource#baseline_start
|
40
|
+
Resource#baseline_work
|
41
|
+
Resource#bcwp
|
42
|
+
Resource#bcws
|
43
|
+
Resource#booking_type
|
44
|
+
Resource#budget
|
45
|
+
Resource#budget_cost
|
46
|
+
Resource#budget_work
|
47
|
+
Resource#calendar_guid
|
48
|
+
Resource#can_level
|
49
|
+
Resource#code
|
50
|
+
Resource#confirmed
|
51
|
+
Resource#cost
|
52
|
+
Resource#cost1
|
53
|
+
...
|
54
|
+
Resource#cost10
|
55
|
+
Resource#cost_center
|
56
|
+
Resource#cost_per_use
|
57
|
+
Resource#cost_rate_a
|
58
|
+
Resource#cost_rate_b
|
59
|
+
Resource#cost_rate_c
|
60
|
+
Resource#cost_rate_d
|
61
|
+
Resource#cost_rate_e
|
62
|
+
Resource#cost_rate_table
|
63
|
+
Resource#cost_variance
|
64
|
+
Resource#created
|
65
|
+
Resource#cv
|
66
|
+
Resource#date1
|
67
|
+
...
|
68
|
+
Resource#date10
|
69
|
+
Resource#default_assignment_owner
|
70
|
+
Resource#duration1
|
71
|
+
...
|
72
|
+
Resource#duration10
|
73
|
+
Resource#duration1_units
|
74
|
+
...
|
75
|
+
Resource#duration10_units
|
76
|
+
Resource#email_address
|
77
|
+
Resource#enterprise
|
78
|
+
Resource#enterprise_base_calendar
|
79
|
+
Resource#enterprise_checked_out_by
|
80
|
+
Resource#enterprise_cost1
|
81
|
+
...
|
82
|
+
Resource#enterprise_cost10
|
83
|
+
Resource#enterprise_custom_field1
|
84
|
+
...
|
85
|
+
Resource#enterprise_custom_field50
|
86
|
+
Resource#enterprise_data
|
87
|
+
Resource#enterprise_date1
|
88
|
+
...
|
89
|
+
Resource#enterprise_date30
|
90
|
+
Resource#enterprise_duration1
|
91
|
+
...
|
92
|
+
Resource#enterprise_duration10
|
93
|
+
Resource#enterprise_duration1_units
|
94
|
+
...
|
95
|
+
Resource#enterprise_duration10_units
|
96
|
+
Resource#enterprise_flag1
|
97
|
+
...
|
98
|
+
Resource#enterprise_flag20
|
99
|
+
Resource#enterprise_is_checked_out
|
100
|
+
Resource#enterprise_last_modified_date
|
101
|
+
Resource#enterprise_multi_value20
|
102
|
+
...
|
103
|
+
Resource#enterprise_multi_value29
|
104
|
+
Resource#enterprise_name_used
|
105
|
+
Resource#enterprise_number1
|
106
|
+
...
|
107
|
+
Resource#enterprise_number40
|
108
|
+
Resource#enterprise_outline_code1
|
109
|
+
...
|
110
|
+
Resource#enterprise_outline_code29
|
111
|
+
Resource#enterprise_rbs
|
112
|
+
Resource#enterprise_required_values
|
113
|
+
Resource#enterprise_team_member
|
114
|
+
Resource#enterprise_text1
|
115
|
+
...
|
116
|
+
Resource#enterprise_text40
|
117
|
+
Resource#enterprise_unique_id
|
118
|
+
Resource#error_message
|
119
|
+
Resource#finish
|
120
|
+
Resource#finish1
|
121
|
+
...
|
122
|
+
Resource#finish10
|
123
|
+
Resource#flag1
|
124
|
+
...
|
125
|
+
Resource#flag20
|
126
|
+
Resource#generic
|
127
|
+
Resource#group
|
128
|
+
Resource#group_by_summary
|
129
|
+
Resource#guid
|
130
|
+
Resource#hyperlink
|
131
|
+
Resource#hyperlink_address
|
132
|
+
Resource#hyperlink_data
|
133
|
+
Resource#hyperlink_href
|
134
|
+
Resource#hyperlink_screen_tip
|
135
|
+
Resource#hyperlink_subaddress
|
136
|
+
Resource#id
|
137
|
+
Resource#import
|
138
|
+
Resource#inactive
|
139
|
+
Resource#index
|
140
|
+
Resource#indicators
|
141
|
+
Resource#initials
|
142
|
+
Resource#leveling_delay
|
143
|
+
Resource#linked_fields
|
144
|
+
Resource#material_label
|
145
|
+
Resource#max_units
|
146
|
+
Resource#name
|
147
|
+
Resource#notes
|
148
|
+
Resource#number1
|
149
|
+
...
|
150
|
+
Resource#number20
|
151
|
+
Resource#objects
|
152
|
+
Resource#outline_code1
|
153
|
+
...
|
154
|
+
Resource#outline_code10
|
155
|
+
Resource#outline_code1_index
|
156
|
+
...
|
157
|
+
Resource#outline_code10_index
|
158
|
+
Resource#overallocated
|
159
|
+
Resource#overtime_cost
|
160
|
+
Resource#overtime_rate
|
161
|
+
Resource#overtime_rate_units
|
162
|
+
Resource#overtime_work
|
163
|
+
Resource#peak
|
164
|
+
Resource#percent_work_complete
|
165
|
+
Resource#phonetics
|
166
|
+
Resource#project
|
167
|
+
Resource#regular_work
|
168
|
+
Resource#remaining_cost
|
169
|
+
Resource#remaining_overtime_cost
|
170
|
+
Resource#remaining_overtime_work
|
171
|
+
Resource#remaining_work
|
172
|
+
Resource#request_demand
|
173
|
+
Resource#response_pending
|
174
|
+
Resource#standard_rate
|
175
|
+
Resource#standard_rate_units
|
176
|
+
Resource#start
|
177
|
+
Resource#start1
|
178
|
+
...
|
179
|
+
Resource#start10
|
180
|
+
Resource#subproject_resource_unique_id
|
181
|
+
Resource#summary
|
182
|
+
Resource#sv
|
183
|
+
Resource#task_outline_number
|
184
|
+
Resource#task_summary_name
|
185
|
+
Resource#team_assignment_pool
|
186
|
+
Resource#teamstatus_pending
|
187
|
+
Resource#text1
|
188
|
+
...
|
189
|
+
Resource#text30
|
190
|
+
Resource#type
|
191
|
+
Resource#unavailable
|
192
|
+
Resource#unique_id
|
193
|
+
Resource#update_needed
|
194
|
+
Resource#vac
|
195
|
+
Resource#wbs
|
196
|
+
Resource#windows_user_account
|
197
|
+
Resource#work
|
198
|
+
Resource#work_contour
|
199
|
+
Resource#work_variance
|
200
|
+
Resource#workgroup
|
201
|
+
|