PFUserSettings Class |
Namespace: Packflow.Core
public class PFUserSettings
The PFUserSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| PFUserSettings |
| Name | Description | |
|---|---|---|
| AutoFollowConversationsIAmMentionedIn |
Gets or sets a value indicating whether this user wants to automatically follow item conversation they're
mentioned in.
| |
| AutoMarkAsReadOpenedNotifications |
Gets or sets a value indicating whether opened notifications (clicking on their body)
should automaticaly be marked as read.
| |
| AutoReadReceipts |
Gets or sets a value indicating whether read receipts are automatically sent in item conversations.
| |
| ContextMode |
Gets or sets the context mode identifying the navigation context of a user.
It allows navigating in a specific application context when multiple are available.
| |
| ContextObjectId |
Gets or sets the context object (application context or reference group) id.
See the ContextMode property for more details.
| |
| ContextObjectText |
Gets or sets a text representing the current context object.
See the ContextMode property for more details.
| |
| LanguageCode |
Gets or sets the language code.
When set to another value (two letters language) than the default one,
it overrides the UI language set on the site settings.
| |
| NavigationPanelOpened |
Gets or sets a value indicating whether the navigation (side) panel should be displayed.
| |
| NavigationPanelOpenedSectionOpened |
Gets or sets a value indicating whether the section Opened should be opened in the navigation panel.
| |
| NavigationPanelPinnedSectionOpened |
Gets or sets a value indicating whether the section Pinned should be opened in the navigation panel.
| |
| NavigationPanelRecentSectionOpened |
Gets or sets a value indicating whether the section Recent should be opened in the navigation panel.
| |
| NotificationSystem |
Gets or sets the notification system.
When set to another value than the default one,
it overrides the notification system set in the application model or site settings.
| |
| SectionMode |
Gets or sets a value indicating how sections must be displayed in all forms.
| |
| SiteWaffleItemsOrder |
Gets or sets a list of waffle item ids (show under the corresponding header menu).
If initialized, this list is used to define the list order of waffle icons (Applications, Dashboards, Administration).
|
| Name | Description | |
|---|---|---|
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| NoCustomLanguageValue |
Name of the language value when no specific language is forced by the user settings.
|
| Name | Description | |
|---|---|---|
| AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) | |
| EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) | |
| EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) | |
| GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) | |
| IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) | |
| IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) | |
| Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
| Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
| SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
| SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
| SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |