Version

ActivityBase Class Methods

For a list of all members of this type, see ActivityBase members.

Public Methods
 NameDescription
Public MethodGetEndLocalReturns the End relative to the specified TimeZoneToken  
Public MethodGetStartLocalReturns the Start relative to the specified TimeZoneToken  
Public MethodInitializeRootActivityInitializes the root activity of an occurrence instance.  
Public MethodSetEndLocalReturns the End relative to the specified TimeZoneToken  
Public MethodSetStartLocalReturns the Start relative to the specified TimeZoneToken  
Protected Methods
 NameDescription
Protected MethodInitializeFromThis method is called after a clone operation to allow derived classes the ability to copy state over to the cloned activity  
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent(String,Object,PropertyChangedEventArgs)Raises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
See Also