module MPXJ::PropertyMethods

Constants

ATTRIBUTE_TYPES

Public Class Methods

included(base) click to toggle source
# File lib/mpxj/property_methods.rb, line 3
def self.included(base)
  base.extend(PropertyClassMethods)
end

Public Instance Methods

activity_id_increment() click to toggle source

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
activity_id_increment_based_on_selected_activity() click to toggle source

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
activity_id_prefix() click to toggle source

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
activity_id_suffix() click to toggle source

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
actual_cost() click to toggle source

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
actual_duration() click to toggle source

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
actual_finish() click to toggle source

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
actual_start() click to toggle source

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
actual_work() click to toggle source

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
actuals_in_sync() click to toggle source

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
admin_project() click to toggle source

Retrieve the Admin Project value

@return Admin Project value

# File lib/mpxj/property_methods.rb, line 80
def admin_project
  get_boolean_value(attribute_values['admin_project'])
end
am_text() click to toggle source

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
application_version() click to toggle source

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
attribute_types() click to toggle source
# File lib/mpxj/property_methods.rb, line 1402
def attribute_types
  ATTRIBUTE_TYPES
end
author() click to toggle source

Retrieve the Author value

@return Author value

# File lib/mpxj/property_methods.rb, line 101
def author
  attribute_values['author']
end
auto_add_new_resources_and_tasks() click to toggle source

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
autofilter() click to toggle source

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
bar_text_date_format() click to toggle source

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
baseline10_date() click to toggle source

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
baseline1_date() click to toggle source

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
baseline2_date() click to toggle source

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
baseline3_date() click to toggle source

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
baseline4_date() click to toggle source

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
baseline5_date() click to toggle source

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
baseline6_date() click to toggle source

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
baseline7_date() click to toggle source

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
baseline8_date() click to toggle source

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
baseline9_date() click to toggle source

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
baseline_calendar_name() click to toggle source

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
baseline_cost() click to toggle source

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
baseline_date() click to toggle source

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
baseline_duration() click to toggle source

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
baseline_finish() click to toggle source

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
baseline_for_earned_value() click to toggle source

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
baseline_project_unique_id() click to toggle source

Retrieve the Baseline Project Unique ID value

@return Baseline Project Unique ID value

# File lib/mpxj/property_methods.rb, line 248
def baseline_project_unique_id
  get_integer_value(attribute_values['baseline_project_unique_id'])
end
baseline_start() click to toggle source

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
baseline_type_name() click to toggle source

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
baseline_type_unique_id() click to toggle source

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
baseline_work() click to toggle source

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
calculate_float_based_on_finish_date_of_each_project() click to toggle source

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
calculate_multiple_float_paths() click to toggle source

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
calculate_multiple_float_paths_using_total_float() click to toggle source

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
category() click to toggle source

Retrieve the Category value

@return Category value

# File lib/mpxj/property_methods.rb, line 304
def category
  attribute_values['category']
end
comments() click to toggle source

Retrieve the Comments value

@return Comments value

# File lib/mpxj/property_methods.rb, line 311
def comments
  attribute_values['comments']
end
company() click to toggle source

Retrieve the Company value

@return Company value

# File lib/mpxj/property_methods.rb, line 318
def company
  attribute_values['company']
end
compute_start_to_start_lag_from_early_start() click to toggle source

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
consider_assignments_in_other_projects() click to toggle source

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
consider_assignments_in_other_projects_with_priority_equal_higher_than() click to toggle source

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
content_status() click to toggle source

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
content_type() click to toggle source

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
cost() click to toggle source

Retrieve the Cost value

@return Cost value

# File lib/mpxj/property_methods.rb, line 360
def cost
  get_float_value(attribute_values['cost'])
end
creation_date() click to toggle source

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
critical_activity_type() click to toggle source

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
critical_slack_limit() click to toggle source

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
currency_code() click to toggle source

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
currency_digits() click to toggle source

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
currency_symbol() click to toggle source

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
currency_symbol_position() click to toggle source

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
current_date() click to toggle source

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
custom_properties() click to toggle source

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
data_date_and_planned_start_set_to_project_forecast_start() click to toggle source

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
date_format() click to toggle source

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
date_order() click to toggle source

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
date_separator() click to toggle source

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
days_per_month() click to toggle source

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
decimal_separator() click to toggle source

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
default_calendar_unique_id() click to toggle source

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
default_duration_is_fixed() click to toggle source

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
default_duration_units() click to toggle source

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
default_end_time() click to toggle source

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
default_fixed_cost_accrual() click to toggle source

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
default_overtime_rate() click to toggle source

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
default_standard_rate() click to toggle source

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
default_start_time() click to toggle source

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
default_task_earned_value_method() click to toggle source

Retrieve the Default Task Earned Value Method value

@return Default Task Earned Value Method value

# File lib/mpxj/property_methods.rb, line 528
def default_task_earned_value_method
  attribute_values['default_task_earned_value_method']
end
default_task_type() click to toggle source

Retrieve the Default Task Type value

@return Default Task Type value

# File lib/mpxj/property_methods.rb, line 535
def default_task_type
  attribute_values['default_task_type']
end
default_work_units() click to toggle source

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
display_multiple_float_paths_ending_with_activity_unique_id() click to toggle source

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
document_version() click to toggle source

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
duration() click to toggle source

Retrieve the Duration value

@return Duration value

# File lib/mpxj/property_methods.rb, line 563
def duration
  get_duration_value(attribute_values['duration'])
end
earned_value_method() click to toggle source

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
editable_actual_costs() click to toggle source

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
editing_time() click to toggle source

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
export_flag() click to toggle source

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
extended_creation_date() click to toggle source

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
file_application() click to toggle source

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
file_type() click to toggle source

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
finish_date() click to toggle source

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
finish_variance() click to toggle source

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
fiscal_year_start() click to toggle source

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
fiscal_year_start_month() click to toggle source

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
full_application_name() click to toggle source

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
guid() click to toggle source

Retrieve the GUID value

@return GUID value

# File lib/mpxj/property_methods.rb, line 654
def guid
  attribute_values['guid']
end
honor_constraints() click to toggle source

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
ignore_relationships_to_and_from_other_projects() click to toggle source

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
inserted_projects_like_summary() click to toggle source

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
keywords() click to toggle source

Retrieve the Keywords value

@return Keywords value

# File lib/mpxj/property_methods.rb, line 689
def keywords
  attribute_values['keywords']
end
language() click to toggle source

Retrieve the Language value

@return Language value

# File lib/mpxj/property_methods.rb, line 696
def language
  attribute_values['language']
end
last_author() click to toggle source

Retrieve the Last Author value

@return Last Author value

# File lib/mpxj/property_methods.rb, line 710
def last_author
  attribute_values['last_author']
end
last_baseline_update_date() click to toggle source

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
last_saved() click to toggle source

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
lastprinted() click to toggle source

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
level_all_resources() click to toggle source

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
level_resources_only_within_activity_total_float() click to toggle source

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
leveling_priorities() click to toggle source

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
limit_number_of_float_paths_to_calculate() click to toggle source

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
location_unique_id() click to toggle source

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
make_open_ended_activities_critical() click to toggle source

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
manager() click to toggle source

Retrieve the Manager value

@return Manager value

# File lib/mpxj/property_methods.rb, line 773
def manager
  attribute_values['manager']
end
max_percent_to_overallocate_resources() click to toggle source

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
maximum_number_of_float_paths_to_calculate() click to toggle source

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
microsoft_project_server_url() click to toggle source

Retrieve the Microsoft Project Server URL value

@return Microsoft Project Server URL value

# File lib/mpxj/property_methods.rb, line 794
def microsoft_project_server_url
  get_boolean_value(attribute_values['microsoft_project_server_url'])
end
minutes_per_day() click to toggle source

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
minutes_per_month() click to toggle source

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
minutes_per_week() click to toggle source

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
minutes_per_year() click to toggle source

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
move_completed_ends_back() click to toggle source

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
move_completed_ends_forward() click to toggle source

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
move_remaining_starts_back() click to toggle source

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
move_remaining_starts_forward() click to toggle source

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
mpp_file_type() click to toggle source

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
mpx_code_page() click to toggle source

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
mpx_delimiter() click to toggle source

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
mpx_file_version() click to toggle source

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
mpx_program_name() click to toggle source

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
multiple_critical_paths() click to toggle source

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
must_finish_by() click to toggle source

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
name() click to toggle source

Retrieve the Name value

@return Name value

# File lib/mpxj/property_methods.rb, line 906
def name
  attribute_values['name']
end
new_task_start_is_project_start() click to toggle source

Retrieve the New Task Start Is Project Start value

@return New Task Start Is Project Start value

# File lib/mpxj/property_methods.rb, line 934
def new_task_start_is_project_start
  get_boolean_value(attribute_values['new_task_start_is_project_start'])
end
new_tasks_are_manual() click to toggle source

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
new_tasks_effort_driven() click to toggle source

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
new_tasks_estimated() click to toggle source

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
notes() click to toggle source

Retrieve the Notes value

@return Notes value

# File lib/mpxj/property_methods.rb, line 941
def notes
  attribute_values['notes']
end
percentage_complete() click to toggle source

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
planned_start() click to toggle source

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
pm_text() click to toggle source

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
presentation_format() click to toggle source

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
preserve_minimum_float_when_leveling() click to toggle source

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
preserve_scheduled_early_and_late_dates() click to toggle source

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
project_externally_edited() click to toggle source

Retrieve the Project Externally Edited value

@return Project Externally Edited value

# File lib/mpxj/property_methods.rb, line 990
def project_externally_edited
  get_boolean_value(attribute_values['project_externally_edited'])
end
project_file_path() click to toggle source

Retrieve the Project File Path value

@return Project File Path value

# File lib/mpxj/property_methods.rb, line 997
def project_file_path
  attribute_values['project_file_path']
end
project_id() click to toggle source

Retrieve the Project ID value

@return Project ID value

# File lib/mpxj/property_methods.rb, line 1004
def project_id
  attribute_values['project_id']
end
project_is_baseline() click to toggle source

Retrieve the Project Is Baseline value

@return Project Is Baseline value

# File lib/mpxj/property_methods.rb, line 1011
def project_is_baseline
  get_boolean_value(attribute_values['project_is_baseline'])
end
project_title() click to toggle source

Retrieve the Project Title value

@return Project Title value

# File lib/mpxj/property_methods.rb, line 1018
def project_title
  attribute_values['project_title']
end
project_website_url() click to toggle source

Retrieve the Project Website URL value

@return Project Website URL value

# File lib/mpxj/property_methods.rb, line 1025
def project_website_url
  attribute_values['project_website_url']
end
relationship_lag_calendar() click to toggle source

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
remove_file_properties() click to toggle source

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
resource_pool_file() click to toggle source

Retrieve the Resource Pool File value

@return Resource Pool File value

# File lib/mpxj/property_methods.rb, line 1046
def resource_pool_file
  attribute_values['resource_pool_file']
end
revision() click to toggle source

Retrieve the Revision value

@return Revision value

# File lib/mpxj/property_methods.rb, line 1053
def revision
  get_integer_value(attribute_values['revision'])
end
schedule_from() click to toggle source

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
scheduled_finish() click to toggle source

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
scheduling_progressed_activities() click to toggle source

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
short_application_name() click to toggle source

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
show_project_summary_task() click to toggle source

Retrieve the Show Project Summary Task value

@return Show Project Summary Task value

# File lib/mpxj/property_methods.rb, line 1088
def show_project_summary_task
  get_boolean_value(attribute_values['show_project_summary_task'])
end
split_in_progress_tasks() click to toggle source

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
spread_actual_cost() click to toggle source

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
spread_percent_complete() click to toggle source

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
start_date() click to toggle source

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
start_variance() click to toggle source

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
status_date() click to toggle source

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
subject() click to toggle source

Retrieve the Subject value

@return Subject value

# File lib/mpxj/property_methods.rb, line 1137
def subject
  attribute_values['subject']
end
template() click to toggle source

Retrieve the Template value

@return Template value

# File lib/mpxj/property_methods.rb, line 1144
def template
  attribute_values['template']
end
thousands_separator() click to toggle source

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
time_format() click to toggle source

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
time_separator() click to toggle source

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
total_slack_calculation_type() click to toggle source

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
unique_id() click to toggle source

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
updating_task_status_updates_resource_status() click to toggle source

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
use_expected_finish_dates() click to toggle source

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
wbs_code_separator() click to toggle source

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
week_start_day() click to toggle source

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
work() click to toggle source

Retrieve the Work value

@return Work value

# File lib/mpxj/property_methods.rb, line 1214
def work
  get_duration_value(attribute_values['work'])
end
work2() click to toggle source

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