IMsModelCalendarBreakpoint

Description

The IMsModelCalendarBreakpoint interface contains properties and methods used to work with a breakpoint which is triggered by selected calendar calculation point.

Comments

The breakpoint is triggered if the model determined by the IMsModelCalendarBreakpoint.Model property is calculated at calendar point set by the IMsModelCalendarBreakpoint.CalendarPoint property. If the breakpoint has been triggered, the IMsproblemCalculationCallback.OnBreak event is generated.

Properties

  Property name Brief description
CalendarPoint The CalendarPoint property determines the calendar point that triggers breakpoint.
IsCalendarPointFixed The IsCalendarPointFixed property determines whether calendar point is set for the breakpoint.
Model The Model property determines the model, for which breakpoint is set.

Methods

  Property name Brief description
RemoveCalendarPointFix The RemoveCalendarPointFix method resets fixed calendar point.

Properties inherited from IMsBreakpoint

  Property name Brief description
The Enable property determines whether a breakpoint is available.
The Key property returns breakpoint key.
The Kind property returns breakpoint type.
The Name property determines a breakpoint name.

See also:

Ms Assembly Interfaces