Schedule parameters for an activity that is to occur, is occurring, or
has completed.Schedule parameters for an activity that is to occur, is
occurring, or has completed.
|
|
__init__(self,
ForInspectionDataSet=None,
requestedWindow=None,
Documents=None,
estimatedWindow=None,
ScheduledEvents=None,
status=None,
*args,
**kw_args)
Initialises a new 'ScheduleParameterInfo' instance. |
|
|
|
|
| addDocuments(self,
*Documents) |
|
|
|
|
| addScheduledEvents(self,
*ScheduledEvents) |
|
|
|
|
|
|
|
| getForInspectionDataSet(self) |
|
|
|
|
|
|
|
| removeDocuments(self,
*Documents) |
|
|
|
|
| removeScheduledEvents(self,
*ScheduledEvents) |
|
|
|
|
| setDocuments(self,
value) |
|
|
|
|
| setForInspectionDataSet(self,
value) |
|
|
|
|
| setScheduledEvents(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|