module MPXJ::PropertyMethods
Constants
- ATTRIBUTE_TYPES
Public Class Methods
# File lib/mpxj/property_methods.rb, line 3 def self.included(base) base.extend(PropertyClassMethods) end
Public Instance Methods
Retrieve the Activity ID Increment value
@return Activity ID Increment value
# File lib/mpxj/property_methods.rb, line 10 def activity_id_increment get_integer_value(attribute_values['activity_id_increment']) end
Retrieve the Activity ID Increment Based On Selected Activity value
@return Activity ID Increment Based On Selected Activity value
# File lib/mpxj/property_methods.rb, line 17 def activity_id_increment_based_on_selected_activity get_boolean_value(attribute_values['activity_id_increment_based_on_selected_activity']) end
Retrieve the Activity ID Prefix value
@return Activity ID Prefix value
# File lib/mpxj/property_methods.rb, line 24 def activity_id_prefix attribute_values['activity_id_prefix'] end
Retrieve the Activity ID Suffix value
@return Activity ID Suffix value
# File lib/mpxj/property_methods.rb, line 31 def activity_id_suffix get_integer_value(attribute_values['activity_id_suffix']) end
Retrieve the Actual Cost value
@return Actual Cost value
# File lib/mpxj/property_methods.rb, line 45 def actual_cost get_float_value(attribute_values['actual_cost']) end
Retrieve the Actual Duration value
@return Actual Duration value
# File lib/mpxj/property_methods.rb, line 52 def actual_duration get_duration_value(attribute_values['actual_duration']) end
Retrieve the Actual Finish value
@return Actual Finish value
# File lib/mpxj/property_methods.rb, line 59 def actual_finish get_date_value(attribute_values['actual_finish']) end
Retrieve the Actual Start value
@return Actual Start value
# File lib/mpxj/property_methods.rb, line 66 def actual_start get_date_value(attribute_values['actual_start']) end
Retrieve the Actual Work value
@return Actual Work value
# File lib/mpxj/property_methods.rb, line 73 def actual_work get_duration_value(attribute_values['actual_work']) end
Retrieve the Actuals In Sync value
@return Actuals In Sync value
# File lib/mpxj/property_methods.rb, line 38 def actuals_in_sync get_boolean_value(attribute_values['actuals_in_sync']) end
Retrieve the AM Text value
@return AM Text value
# File lib/mpxj/property_methods.rb, line 87 def am_text attribute_values['am_text'] end
Retrieve the Application Version value
@return Application Version value
# File lib/mpxj/property_methods.rb, line 94 def application_version get_integer_value(attribute_values['application_version']) end
# File lib/mpxj/property_methods.rb, line 1402 def attribute_types ATTRIBUTE_TYPES end
Retrieve the Auto Add New Resources and Tasks value
@return Auto Add New Resources and Tasks value
# File lib/mpxj/property_methods.rb, line 115 def auto_add_new_resources_and_tasks get_boolean_value(attribute_values['auto_add_new_resources_and_tasks']) end
Retrieve the Auto Link value
@return Auto Link value
# File lib/mpxj/property_methods.rb, line 122 def auto_link get_boolean_value(attribute_values['auto_link']) end
Retrieve the Auto Filter value
@return Auto Filter value
# File lib/mpxj/property_methods.rb, line 108 def autofilter get_boolean_value(attribute_values['autofilter']) end
Retrieve the Bar Text Date Format value
@return Bar Text Date Format value
# File lib/mpxj/property_methods.rb, line 129 def bar_text_date_format attribute_values['bar_text_date_format'] end
Retrieve the Baseline10 Date value
@return Baseline10 Date value
# File lib/mpxj/property_methods.rb, line 136 def baseline10_date get_date_value(attribute_values['baseline10_date']) end
Retrieve the Baseline1 Date value
@return Baseline1 Date value
# File lib/mpxj/property_methods.rb, line 143 def baseline1_date get_date_value(attribute_values['baseline1_date']) end
Retrieve the Baseline2 Date value
@return Baseline2 Date value
# File lib/mpxj/property_methods.rb, line 150 def baseline2_date get_date_value(attribute_values['baseline2_date']) end
Retrieve the Baseline3 Date value
@return Baseline3 Date value
# File lib/mpxj/property_methods.rb, line 157 def baseline3_date get_date_value(attribute_values['baseline3_date']) end
Retrieve the Baseline4 Date value
@return Baseline4 Date value
# File lib/mpxj/property_methods.rb, line 164 def baseline4_date get_date_value(attribute_values['baseline4_date']) end
Retrieve the Baseline5 Date value
@return Baseline5 Date value
# File lib/mpxj/property_methods.rb, line 171 def baseline5_date get_date_value(attribute_values['baseline5_date']) end
Retrieve the Baseline6 Date value
@return Baseline6 Date value
# File lib/mpxj/property_methods.rb, line 178 def baseline6_date get_date_value(attribute_values['baseline6_date']) end
Retrieve the Baseline7 Date value
@return Baseline7 Date value
# File lib/mpxj/property_methods.rb, line 185 def baseline7_date get_date_value(attribute_values['baseline7_date']) end
Retrieve the Baseline8 Date value
@return Baseline8 Date value
# File lib/mpxj/property_methods.rb, line 192 def baseline8_date get_date_value(attribute_values['baseline8_date']) end
Retrieve the Baseline9 Date value
@return Baseline9 Date value
# File lib/mpxj/property_methods.rb, line 199 def baseline9_date get_date_value(attribute_values['baseline9_date']) end
Retrieve the Baseline Calendar Name value
@return Baseline Calendar Name value
# File lib/mpxj/property_methods.rb, line 206 def baseline_calendar_name attribute_values['baseline_calendar_name'] end
Retrieve the Baseline Cost value
@return Baseline Cost value
# File lib/mpxj/property_methods.rb, line 213 def baseline_cost get_float_value(attribute_values['baseline_cost']) end
Retrieve the Baseline Date value
@return Baseline Date value
# File lib/mpxj/property_methods.rb, line 220 def baseline_date get_date_value(attribute_values['baseline_date']) end
Retrieve the Baseline Duration value
@return Baseline Duration value
# File lib/mpxj/property_methods.rb, line 227 def baseline_duration get_duration_value(attribute_values['baseline_duration']) end
Retrieve the Baseline Finish value
@return Baseline Finish value
# File lib/mpxj/property_methods.rb, line 234 def baseline_finish get_date_value(attribute_values['baseline_finish']) end
Retrieve the Baseline For Earned Value value
@return Baseline For Earned Value value
# File lib/mpxj/property_methods.rb, line 241 def baseline_for_earned_value get_integer_value(attribute_values['baseline_for_earned_value']) end
Retrieve the Baseline Start value
@return Baseline Start value
# File lib/mpxj/property_methods.rb, line 255 def baseline_start get_date_value(attribute_values['baseline_start']) end
Retrieve the Baseline Type Name value
@return Baseline Type Name value
# File lib/mpxj/property_methods.rb, line 262 def baseline_type_name attribute_values['baseline_type_name'] end
Retrieve the Baseline Type Name value
@return Baseline Type Name value
# File lib/mpxj/property_methods.rb, line 269 def baseline_type_unique_id get_integer_value(attribute_values['baseline_type_unique_id']) end
Retrieve the Baseline Work value
@return Baseline Work value
# File lib/mpxj/property_methods.rb, line 276 def baseline_work get_duration_value(attribute_values['baseline_work']) end
Retrieve the Calculate Float on Finish Date of Each Project
value
@return Calculate Float on Finish Date of Each Project
value
# File lib/mpxj/property_methods.rb, line 283 def calculate_float_based_on_finish_date_of_each_project get_boolean_value(attribute_values['calculate_float_based_on_finish_date_of_each_project']) end
Retrieve the Calculate Multiple Float Paths value
@return Calculate Multiple Float Paths value
# File lib/mpxj/property_methods.rb, line 290 def calculate_multiple_float_paths get_boolean_value(attribute_values['calculate_multiple_float_paths']) end
Retrieve the Calculate Multiple Paths Using Total Float value
@return Calculate Multiple Paths Using Total Float value
# File lib/mpxj/property_methods.rb, line 297 def calculate_multiple_float_paths_using_total_float get_boolean_value(attribute_values['calculate_multiple_float_paths_using_total_float']) end
Retrieve the Category value
@return Category value
# File lib/mpxj/property_methods.rb, line 304 def category attribute_values['category'] end
Retrieve the Comments value
@return Comments value
# File lib/mpxj/property_methods.rb, line 311 def comments attribute_values['comments'] end
Retrieve the Company value
@return Company value
# File lib/mpxj/property_methods.rb, line 318 def company attribute_values['company'] end
Retrieve the Compute Start to Start Lag From Early Start value
@return Compute Start to Start Lag From Early Start value
# File lib/mpxj/property_methods.rb, line 325 def compute_start_to_start_lag_from_early_start get_boolean_value(attribute_values['compute_start_to_start_lag_from_early_start']) end
Retrieve the Consider Assignments In Other Projects value
@return Consider Assignments In Other Projects value
# File lib/mpxj/property_methods.rb, line 332 def consider_assignments_in_other_projects get_boolean_value(attribute_values['consider_assignments_in_other_projects']) end
Retrieve the Consider Assignments In Other Project
With Priority Equal or Higher Than value
@return Consider Assignments In Other Project
With Priority Equal or Higher Than value
# File lib/mpxj/property_methods.rb, line 339 def consider_assignments_in_other_projects_with_priority_equal_higher_than get_integer_value(attribute_values['consider_assignments_in_other_projects_with_priority_equal_higher_than']) end
Retrieve the Content Status value
@return Content Status value
# File lib/mpxj/property_methods.rb, line 346 def content_status attribute_values['content_status'] end
Retrieve the Content Type value
@return Content Type value
# File lib/mpxj/property_methods.rb, line 353 def content_type attribute_values['content_type'] end
Retrieve the Cost value
@return Cost value
# File lib/mpxj/property_methods.rb, line 360 def cost get_float_value(attribute_values['cost']) end
Retrieve the Creation Date value
@return Creation Date value
# File lib/mpxj/property_methods.rb, line 367 def creation_date get_date_value(attribute_values['creation_date']) end
Retrieve the Critical Activity Type value
@return Critical Activity Type value
# File lib/mpxj/property_methods.rb, line 374 def critical_activity_type attribute_values['critical_activity_type'] end
Retrieve the Critical Slack Limit value
@return Critical Slack Limit value
# File lib/mpxj/property_methods.rb, line 381 def critical_slack_limit get_duration_value(attribute_values['critical_slack_limit']) end
Retrieve the Currency Code value
@return Currency Code value
# File lib/mpxj/property_methods.rb, line 388 def currency_code attribute_values['currency_code'] end
Retrieve the Currency Digits value
@return Currency Digits value
# File lib/mpxj/property_methods.rb, line 395 def currency_digits get_integer_value(attribute_values['currency_digits']) end
Retrieve the Currency Symbol value
@return Currency Symbol value
# File lib/mpxj/property_methods.rb, line 402 def currency_symbol attribute_values['currency_symbol'] end
Retrieve the Currency Symbol Position value
@return Currency Symbol Position value
# File lib/mpxj/property_methods.rb, line 409 def currency_symbol_position attribute_values['currency_symbol_position'] end
Retrieve the Current Date value
@return Current Date value
# File lib/mpxj/property_methods.rb, line 416 def current_date get_date_value(attribute_values['current_date']) end
Retrieve the Custom Properties
value
@return Custom Properties
value
# File lib/mpxj/property_methods.rb, line 423 def custom_properties attribute_values['custom_properties'] end
Retrieve the Date Date and Planned Start Set To Project
Forecast Start value
@return Date Date and Planned Start Set To Project
Forecast Start value
# File lib/mpxj/property_methods.rb, line 430 def data_date_and_planned_start_set_to_project_forecast_start get_boolean_value(attribute_values['data_date_and_planned_start_set_to_project_forecast_start']) end
Retrieve the Date Format value
@return Date Format value
# File lib/mpxj/property_methods.rb, line 437 def date_format attribute_values['date_format'] end
Retrieve the Date Order value
@return Date Order value
# File lib/mpxj/property_methods.rb, line 444 def date_order attribute_values['date_order'] end
Retrieve the Date Separator value
@return Date Separator value
# File lib/mpxj/property_methods.rb, line 451 def date_separator attribute_values['date_separator'] end
Retrieve the Days per Month value
@return Days per Month value
# File lib/mpxj/property_methods.rb, line 458 def days_per_month get_integer_value(attribute_values['days_per_month']) end
Retrieve the Decimal Separator value
@return Decimal Separator value
# File lib/mpxj/property_methods.rb, line 465 def decimal_separator attribute_values['decimal_separator'] end
Retrieve the Default Calendar Unique ID value
@return Default Calendar Unique ID value
# File lib/mpxj/property_methods.rb, line 472 def default_calendar_unique_id get_integer_value(attribute_values['default_calendar_unique_id']) end
Retrieve the Default Duration Is Fixed value
@return Default Duration Is Fixed value
# File lib/mpxj/property_methods.rb, line 479 def default_duration_is_fixed get_boolean_value(attribute_values['default_duration_is_fixed']) end
Retrieve the Default Duration Units value
@return Default Duration Units value
# File lib/mpxj/property_methods.rb, line 486 def default_duration_units attribute_values['default_duration_units'] end
Retrieve the Default End Time value
@return Default End Time value
# File lib/mpxj/property_methods.rb, line 493 def default_end_time attribute_values['default_end_time'] end
Retrieve the Default Fixed Cost Accrual value
@return Default Fixed Cost Accrual value
# File lib/mpxj/property_methods.rb, line 500 def default_fixed_cost_accrual attribute_values['default_fixed_cost_accrual'] end
Retrieve the Default Overtime Rate value
@return Default Overtime Rate value
# File lib/mpxj/property_methods.rb, line 507 def default_overtime_rate attribute_values['default_overtime_rate'] end
Retrieve the Default Standard Rate value
@return Default Standard Rate value
# File lib/mpxj/property_methods.rb, line 514 def default_standard_rate attribute_values['default_standard_rate'] end
Retrieve the Default Start Time value
@return Default Start Time value
# File lib/mpxj/property_methods.rb, line 521 def default_start_time attribute_values['default_start_time'] end
Retrieve the Default Work Units value
@return Default Work Units value
# File lib/mpxj/property_methods.rb, line 542 def default_work_units attribute_values['default_work_units'] end
Retrieve the Calculate Multiple Float Paths Ending With Activity Unique ID value
@return Calculate Multiple Float Paths Ending With Activity Unique ID value
# File lib/mpxj/property_methods.rb, line 549 def display_multiple_float_paths_ending_with_activity_unique_id get_integer_value(attribute_values['display_multiple_float_paths_ending_with_activity_unique_id']) end
Retrieve the Document Version value
@return Document Version value
# File lib/mpxj/property_methods.rb, line 556 def document_version attribute_values['document_version'] end
Retrieve the Duration value
@return Duration value
# File lib/mpxj/property_methods.rb, line 563 def duration get_duration_value(attribute_values['duration']) end
Retrieve the Earned Value Method value
@return Earned Value Method value
# File lib/mpxj/property_methods.rb, line 570 def earned_value_method attribute_values['earned_value_method'] end
Retrieve the Editable Actual Costs value
@return Editable Actual Costs value
# File lib/mpxj/property_methods.rb, line 577 def editable_actual_costs get_boolean_value(attribute_values['editable_actual_costs']) end
Retrieve the Editing Time value
@return Editing Time value
# File lib/mpxj/property_methods.rb, line 584 def editing_time get_integer_value(attribute_values['editing_time']) end
Retrieve the Export Flag value
@return Export Flag value
# File lib/mpxj/property_methods.rb, line 591 def export_flag get_boolean_value(attribute_values['export_flag']) end
Retrieve the Extended Creation Date value
@return Extended Creation Date value
# File lib/mpxj/property_methods.rb, line 598 def extended_creation_date get_date_value(attribute_values['extended_creation_date']) end
Retrieve the File Application value
@return File Application value
# File lib/mpxj/property_methods.rb, line 605 def file_application attribute_values['file_application'] end
Retrieve the File Type value
@return File Type value
# File lib/mpxj/property_methods.rb, line 612 def file_type attribute_values['file_type'] end
Retrieve the Finish Date value
@return Finish Date value
# File lib/mpxj/property_methods.rb, line 619 def finish_date get_date_value(attribute_values['finish_date']) end
Retrieve the Finish Variance value
@return Finish Variance value
# File lib/mpxj/property_methods.rb, line 626 def finish_variance get_duration_value(attribute_values['finish_variance']) end
Retrieve the Fiscal Year Start value
@return Fiscal Year Start value
# File lib/mpxj/property_methods.rb, line 633 def fiscal_year_start get_boolean_value(attribute_values['fiscal_year_start']) end
Retrieve the Fiscal Year Start Month value
@return Fiscal Year Start Month value
# File lib/mpxj/property_methods.rb, line 640 def fiscal_year_start_month get_integer_value(attribute_values['fiscal_year_start_month']) end
Retrieve the Full Application Name value
@return Full Application Name value
# File lib/mpxj/property_methods.rb, line 647 def full_application_name attribute_values['full_application_name'] end
Retrieve the GUID value
@return GUID value
# File lib/mpxj/property_methods.rb, line 654 def guid attribute_values['guid'] end
Retrieve the Honor Constraints value
@return Honor Constraints value
# File lib/mpxj/property_methods.rb, line 661 def honor_constraints get_boolean_value(attribute_values['honor_constraints']) end
Retrieve the Hyperlink Base value
@return Hyperlink Base value
# File lib/mpxj/property_methods.rb, line 668 def hyperlink_base attribute_values['hyperlink_base'] end
Retrieve the Ignore Relationships To And From Other Projects value
@return Ignore Relationships To And From Other Projects value
# File lib/mpxj/property_methods.rb, line 675 def ignore_relationships_to_and_from_other_projects get_boolean_value(attribute_values['ignore_relationships_to_and_from_other_projects']) end
Retrieve the Inserted Projects Like Summary value
@return Inserted Projects Like Summary value
# File lib/mpxj/property_methods.rb, line 682 def inserted_projects_like_summary get_boolean_value(attribute_values['inserted_projects_like_summary']) end
Retrieve the Keywords value
@return Keywords value
# File lib/mpxj/property_methods.rb, line 689 def keywords attribute_values['keywords'] end
Retrieve the Language value
@return Language value
# File lib/mpxj/property_methods.rb, line 696 def language attribute_values['language'] end
Retrieve the Last Baseline Update Date value
@return Last Baseline Update Date value
# File lib/mpxj/property_methods.rb, line 717 def last_baseline_update_date get_date_value(attribute_values['last_baseline_update_date']) end
Retrieve the Last Saved value
@return Last Saved value
# File lib/mpxj/property_methods.rb, line 724 def last_saved get_date_value(attribute_values['last_saved']) end
Retrieve the Last Printed value
@return Last Printed value
# File lib/mpxj/property_methods.rb, line 703 def lastprinted get_date_value(attribute_values['lastprinted']) end
Retrieve the Level All Resources value
@return Level All Resources value
# File lib/mpxj/property_methods.rb, line 738 def level_all_resources get_boolean_value(attribute_values['level_all_resources']) end
Retrieve the Level Resources Only Within Activity Total Float value
@return Level Resources Only Within Activity Total Float value
# File lib/mpxj/property_methods.rb, line 745 def level_resources_only_within_activity_total_float get_boolean_value(attribute_values['level_resources_only_within_activity_total_float']) end
Retrieve the Leveling Priorities value
@return Leveling Priorities value
# File lib/mpxj/property_methods.rb, line 731 def leveling_priorities attribute_values['leveling_priorities'] end
Retrieve the Limit Number of Float Paths to Calculate value
@return Limit Number of Float Paths to Calculate value
# File lib/mpxj/property_methods.rb, line 752 def limit_number_of_float_paths_to_calculate get_boolean_value(attribute_values['limit_number_of_float_paths_to_calculate']) end
Retrieve the Location Unique ID value
@return Location Unique ID value
# File lib/mpxj/property_methods.rb, line 759 def location_unique_id get_integer_value(attribute_values['location_unique_id']) end
Retrieve the Make Open Ended Activities Critical value
@return Make Open Ended Activities Critical value
# File lib/mpxj/property_methods.rb, line 766 def make_open_ended_activities_critical get_boolean_value(attribute_values['make_open_ended_activities_critical']) end
Retrieve the Manager value
@return Manager value
# File lib/mpxj/property_methods.rb, line 773 def manager attribute_values['manager'] end
Retrieve the Maximum Percentage to Overallocate Resources value
@return Maximum Percentage to Overallocate Resources value
# File lib/mpxj/property_methods.rb, line 787 def max_percent_to_overallocate_resources get_float_value(attribute_values['max_percent_to_overallocate_resources']) end
Retrieve the Number of Float Paths to Calculate value
@return Number of Float Paths to Calculate value
# File lib/mpxj/property_methods.rb, line 780 def maximum_number_of_float_paths_to_calculate get_integer_value(attribute_values['maximum_number_of_float_paths_to_calculate']) end
Retrieve the Minutes per Day value
@return Minutes per Day value
# File lib/mpxj/property_methods.rb, line 801 def minutes_per_day get_integer_value(attribute_values['minutes_per_day']) end
Retrieve the Minutes per Month value
@return Minutes per Month value
# File lib/mpxj/property_methods.rb, line 808 def minutes_per_month get_integer_value(attribute_values['minutes_per_month']) end
Retrieve the Minutes per Week value
@return Minutes per Week value
# File lib/mpxj/property_methods.rb, line 815 def minutes_per_week get_integer_value(attribute_values['minutes_per_week']) end
Retrieve the Minutes per Year value
@return Minutes per Year value
# File lib/mpxj/property_methods.rb, line 822 def minutes_per_year get_integer_value(attribute_values['minutes_per_year']) end
Retrieve the Move Completed Ends Back value
@return Move Completed Ends Back value
# File lib/mpxj/property_methods.rb, line 829 def move_completed_ends_back get_boolean_value(attribute_values['move_completed_ends_back']) end
Retrieve the Move Completed Ends Forward value
@return Move Completed Ends Forward value
# File lib/mpxj/property_methods.rb, line 836 def move_completed_ends_forward get_boolean_value(attribute_values['move_completed_ends_forward']) end
Retrieve the Move Remaining Starts Back value
@return Move Remaining Starts Back value
# File lib/mpxj/property_methods.rb, line 843 def move_remaining_starts_back get_boolean_value(attribute_values['move_remaining_starts_back']) end
Retrieve the Move Remaining Starts Forward value
@return Move Remaining Starts Forward value
# File lib/mpxj/property_methods.rb, line 850 def move_remaining_starts_forward get_boolean_value(attribute_values['move_remaining_starts_forward']) end
Retrieve the MPP File Type value
@return MPP File Type value
# File lib/mpxj/property_methods.rb, line 857 def mpp_file_type get_integer_value(attribute_values['mpp_file_type']) end
Retrieve the MPX Code Page value
@return MPX Code Page value
# File lib/mpxj/property_methods.rb, line 864 def mpx_code_page attribute_values['mpx_code_page'] end
Retrieve the MPX Delimiter value
@return MPX Delimiter value
# File lib/mpxj/property_methods.rb, line 871 def mpx_delimiter attribute_values['mpx_delimiter'] end
Retrieve the MPX File Version value
@return MPX File Version value
# File lib/mpxj/property_methods.rb, line 878 def mpx_file_version attribute_values['mpx_file_version'] end
Retrieve the MPX Program Name value
@return MPX Program Name value
# File lib/mpxj/property_methods.rb, line 885 def mpx_program_name attribute_values['mpx_program_name'] end
Retrieve the Multiple Critical Paths value
@return Multiple Critical Paths value
# File lib/mpxj/property_methods.rb, line 892 def multiple_critical_paths get_boolean_value(attribute_values['multiple_critical_paths']) end
Retrieve the Must Finish By value
@return Must Finish By value
# File lib/mpxj/property_methods.rb, line 899 def must_finish_by get_date_value(attribute_values['must_finish_by']) end
Retrieve the Name value
@return Name value
# File lib/mpxj/property_methods.rb, line 906 def name attribute_values['name'] end
Retrieve the New Tasks Are Manual value
@return New Tasks Are Manual value
# File lib/mpxj/property_methods.rb, line 913 def new_tasks_are_manual get_boolean_value(attribute_values['new_tasks_are_manual']) end
Retrieve the New Tasks Are Effort Driven value
@return New Tasks Are Effort Driven value
# File lib/mpxj/property_methods.rb, line 920 def new_tasks_effort_driven get_boolean_value(attribute_values['new_tasks_effort_driven']) end
Retrieve the New Tasks Estimated value
@return New Tasks Estimated value
# File lib/mpxj/property_methods.rb, line 927 def new_tasks_estimated get_boolean_value(attribute_values['new_tasks_estimated']) end
Retrieve the Notes value
@return Notes value
# File lib/mpxj/property_methods.rb, line 941 def notes attribute_values['notes'] end
Retrieve the Percentage Complete value
@return Percentage Complete value
# File lib/mpxj/property_methods.rb, line 948 def percentage_complete get_float_value(attribute_values['percentage_complete']) end
Retrieve the Planned Start value
@return Planned Start value
# File lib/mpxj/property_methods.rb, line 955 def planned_start get_date_value(attribute_values['planned_start']) end
Retrieve the PM Text value
@return PM Text value
# File lib/mpxj/property_methods.rb, line 962 def pm_text attribute_values['pm_text'] end
Retrieve the Presentation Format value
@return Presentation Format value
# File lib/mpxj/property_methods.rb, line 969 def presentation_format attribute_values['presentation_format'] end
Retrieve the Preserve Minimum Float When Leveling value
@return Preserve Minimum Float When Leveling value
# File lib/mpxj/property_methods.rb, line 976 def preserve_minimum_float_when_leveling get_duration_value(attribute_values['preserve_minimum_float_when_leveling']) end
Retrieve the Preserve Scheduled Early and Late Dates value
@return Preserve Scheduled Early and Late Dates value
# File lib/mpxj/property_methods.rb, line 983 def preserve_scheduled_early_and_late_dates get_boolean_value(attribute_values['preserve_scheduled_early_and_late_dates']) end
Retrieve the Relationship Lag Calendar value
@return Relationship Lag Calendar value
# File lib/mpxj/property_methods.rb, line 1032 def relationship_lag_calendar attribute_values['relationship_lag_calendar'] end
Retrieve the Remove File Properties
value
@return Remove File Properties
value
# File lib/mpxj/property_methods.rb, line 1039 def remove_file_properties get_boolean_value(attribute_values['remove_file_properties']) end
Retrieve the Revision value
@return Revision value
# File lib/mpxj/property_methods.rb, line 1053 def revision get_integer_value(attribute_values['revision']) end
Retrieve the Schedule From value
@return Schedule From value
# File lib/mpxj/property_methods.rb, line 1067 def schedule_from attribute_values['schedule_from'] end
Retrieve the Scheduled Finish value
@return Scheduled Finish value
# File lib/mpxj/property_methods.rb, line 1060 def scheduled_finish get_date_value(attribute_values['scheduled_finish']) end
Retrieve the When Scheduling Progressed Activities Use value
@return When Scheduling Progressed Activities Use value
# File lib/mpxj/property_methods.rb, line 1074 def scheduling_progressed_activities attribute_values['scheduling_progressed_activities'] end
Retrieve the Short Application Name value
@return Short Application Name value
# File lib/mpxj/property_methods.rb, line 1081 def short_application_name attribute_values['short_application_name'] end
Retrieve the Split In Progress Tasks value
@return Split In Progress Tasks value
# File lib/mpxj/property_methods.rb, line 1095 def split_in_progress_tasks get_boolean_value(attribute_values['split_in_progress_tasks']) end
Retrieve the Spread Actual Cost value
@return Spread Actual Cost value
# File lib/mpxj/property_methods.rb, line 1102 def spread_actual_cost get_boolean_value(attribute_values['spread_actual_cost']) end
Retrieve the Spread Percent Complete value
@return Spread Percent Complete value
# File lib/mpxj/property_methods.rb, line 1109 def spread_percent_complete get_boolean_value(attribute_values['spread_percent_complete']) end
Retrieve the Start Date value
@return Start Date value
# File lib/mpxj/property_methods.rb, line 1116 def start_date get_date_value(attribute_values['start_date']) end
Retrieve the Start Variance value
@return Start Variance value
# File lib/mpxj/property_methods.rb, line 1123 def start_variance get_duration_value(attribute_values['start_variance']) end
Retrieve the Status Date value
@return Status Date value
# File lib/mpxj/property_methods.rb, line 1130 def status_date get_date_value(attribute_values['status_date']) end
Retrieve the Subject value
@return Subject value
# File lib/mpxj/property_methods.rb, line 1137 def subject attribute_values['subject'] end
Retrieve the Template value
@return Template value
# File lib/mpxj/property_methods.rb, line 1144 def template attribute_values['template'] end
Retrieve the Thousands Separator value
@return Thousands Separator value
# File lib/mpxj/property_methods.rb, line 1151 def thousands_separator attribute_values['thousands_separator'] end
Retrieve the Time Format value
@return Time Format value
# File lib/mpxj/property_methods.rb, line 1158 def time_format attribute_values['time_format'] end
Retrieve the Time Separator value
@return Time Separator value
# File lib/mpxj/property_methods.rb, line 1165 def time_separator attribute_values['time_separator'] end
Retrieve the Total Slack Calculation Type value
@return Total Slack Calculation Type value
# File lib/mpxj/property_methods.rb, line 1172 def total_slack_calculation_type attribute_values['total_slack_calculation_type'] end
Retrieve the Unique ID value
@return Unique ID value
# File lib/mpxj/property_methods.rb, line 1179 def unique_id get_integer_value(attribute_values['unique_id']) end
Retrieve the Updating Task
Status Updates Resource
Status value
@return Updating Task
Status Updates Resource
Status value
# File lib/mpxj/property_methods.rb, line 1186 def updating_task_status_updates_resource_status get_boolean_value(attribute_values['updating_task_status_updates_resource_status']) end
Retrieve the Use Expected Finish Dates value
@return Use Expected Finish Dates value
# File lib/mpxj/property_methods.rb, line 1193 def use_expected_finish_dates get_boolean_value(attribute_values['use_expected_finish_dates']) end
Retrieve the WBS Code Separator value
@return WBS Code Separator value
# File lib/mpxj/property_methods.rb, line 1200 def wbs_code_separator attribute_values['wbs_code_separator'] end
Retrieve the Week Start Day value
@return Week Start Day value
# File lib/mpxj/property_methods.rb, line 1207 def week_start_day attribute_values['week_start_day'] end
Retrieve the Work value
@return Work value
# File lib/mpxj/property_methods.rb, line 1214 def work get_duration_value(attribute_values['work']) end
Retrieve the Work 2 value
@return Work 2 value
# File lib/mpxj/property_methods.rb, line 1221 def work2 get_float_value(attribute_values['work2']) end