The following tables list the members exposed by Resource.
Name | Description | |
---|---|---|
Resource Constructor | Initializes a new Resource |
Name | Description | |
---|---|---|
Calendars | Gets the calendars associated with this user. | |
CustomActivityCategories | Gets or sets a collection of custom activity categories for this resource. | |
DataItem | Gets the underlying data item from the data source. | |
DaySettingsOverrides | Gets a collection of DaySettingsOverride objects for this resource. | |
DaysOfWeek | Keyed 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. | |
Description | Any extra information about the resource. | |
EmailAddress | Email address. | |
FirstDayOfWeek | Specifies the first day of the week for the resource. | |
Id | Resource Id. | |
IsLocked | Specifies whether the activities of this resource can be modified in the UI. | |
IsVisible | Specifies whether this resource is visible in the UI. | |
IsVisibleResolved | Gets the resolve value indicating whether this resource is visible in the UI. | |
Metadata | Returns a MetadataPropertyValueStore object that's used for storing and retrieving metadata information. | |
Name | Gets or sets the resource name. | |
PrimaryCalendar | Primary calendar of the resource. | |
PrimaryCalendarId | Primary calendar of the resource. | |
PrimaryTimeZoneId | Primary time-zone of the resource. |
Name | Description | |
---|---|---|
HasListeners | Gets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
OnFirstListenerAdding | Virtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
OnPropertyChanged | Overridden. Overridden. Called when property changed event is raised. | |
RaisePropertyChangedEvent(String,Object,PropertyChangedEventArgs) | Raises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
PropertyChanged | Raised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier) |