Version

ActivityCategory Class Members

The following tables list the members exposed by ActivityCategory.

Public Constructors
 NameDescription
Public ConstructorActivityCategory Constructor  
Public Properties
 NameDescription
Public PropertyCategoryNameGets or sets a string value that identifies the category.  
Public PropertyColorSpecifies the color associated with the category. Activities of this category will visually identified using this color.  
Public PropertyDataItemGets the associated data item if any.  
Public PropertyDescriptionSpecifies the description of the category.  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodCloneClones the ActivityCategory object.  
Protected Methods
 NameDescription
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)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier)
See Also