OpenStudio:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Pages

#include "AvailabilityManagerScheduledOff.hpp"

Inheritance diagram for openstudio::model::AvailabilityManagerScheduledOff:

Public Member Functions

 AvailabilityManagerScheduledOff (const Model &model)
virtual ~AvailabilityManagerScheduledOff ()
Schedule schedule () const
bool setSchedule (Schedule &schedule)

Static Public Member Functions

static IddObjectType iddObjectType ()

Related Functions

typedef std::vector
< AvailabilityManagerScheduledOff
AvailabilityManagerScheduledOffVector
typedef boost::optional
< AvailabilityManagerScheduledOff
OptionalAvailabilityManagerScheduledOff

Detailed Description

AvailabilityManagerScheduledOff is a AvailabilityManager that wraps the OpenStudio IDD object 'OS:AvailabilityManager:ScheduledOff'.

Constructor & Destructor Documentation

openstudio::model::AvailabilityManagerScheduledOff::AvailabilityManagerScheduledOff ( const Model model)
explicit
virtual openstudio::model::AvailabilityManagerScheduledOff::~AvailabilityManagerScheduledOff ( )
inlinevirtual

Member Function Documentation

static IddObjectType openstudio::model::AvailabilityManagerScheduledOff::iddObjectType ( )
static
Schedule openstudio::model::AvailabilityManagerScheduledOff::schedule ( ) const
bool openstudio::model::AvailabilityManagerScheduledOff::setSchedule ( Schedule schedule)

Friends And Related Function Documentation