Version

Resource Class Members

The following tables list the members exposed by Resource.

Public Constructors
 NameDescription
Public ConstructorResource ConstructorInitializes a new Resource  
Public Properties
 NameDescription
Public PropertyCalendarsGets the calendars associated with this user.  
Public PropertyCustomActivityCategoriesGets or sets a collection of custom activity categories for this resource.  
Public PropertyDataItemGets the underlying data item from the data source.  
Public PropertyDaySettingsOverridesGets a collection of DaySettingsOverride objects for this resource.  
Public PropertyDaysOfWeekKeyed collection of DaySettings objects where the key is DayOfWeek enum and the value is the associated DaySettings object. This is for providing per resource day of week settings. For example, let?s say the office hours are 9 AM-5 PM for everybody but the sales team?s office hour are 7 AM - 3 PM then each sales team member will have DayOfWeek entry for each work day in this collection with 7 AM - 3 PM WorkingHours specified.  
Public PropertyDescriptionAny extra information about the resource.  
Public PropertyEmailAddressEmail address.  
Public PropertyFirstDayOfWeekSpecifies the first day of the week for the resource.  
Public PropertyIdResource Id.  
Public PropertyIsLockedSpecifies whether the activities of this resource can be modified in the UI.  
Public PropertyIsVisibleSpecifies whether this resource is visible in the UI.  
Public PropertyIsVisibleResolvedGets the resolve value indicating whether this resource is visible in the UI.  
Public PropertyMetadataReturns a MetadataPropertyValueStore object that's used for storing and retrieving metadata information.  
Public PropertyNameGets or sets the resource name.  
Public PropertyPrimaryCalendarPrimary calendar of the resource.  
Public PropertyPrimaryCalendarIdPrimary calendar of the resource.  
Public PropertyPrimaryTimeZoneIdPrimary time-zone of the resource.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Overridden. Called when property changed event is raised.  
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also