Click or drag to resize

PFUserSettings Class

Represents the settings of a Packflow user.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFUserSettings

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public class PFUserSettings

The PFUserSettings type exposes the following members.

Constructors
  NameDescription
Public methodPFUserSettings
Top
Properties
  NameDescription
Public propertyAutoFollowConversationsIAmMentionedIn
Gets or sets a value indicating whether this user wants to automatically follow item conversation they're mentioned in.
Public propertyAutoMarkAsReadOpenedNotifications
Gets or sets a value indicating whether opened notifications (clicking on their body) should automaticaly be marked as read.
Public propertyAutoReadReceipts
Gets or sets a value indicating whether read receipts are automatically sent in item conversations.
Public propertyContextMode
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.
Public propertyContextObjectId
Gets or sets the context object (application context or reference group) id. See the ContextMode property for more details.
Public propertyContextObjectText
Gets or sets a text representing the current context object. See the ContextMode property for more details.
Public propertyLanguageCode
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.
Public propertyNavigationPanelOpened
Gets or sets a value indicating whether the navigation (side) panel should be displayed.
Public propertyNavigationPanelOpenedSectionOpened
Gets or sets a value indicating whether the section Opened should be opened in the navigation panel.
Public propertyNavigationPanelPinnedSectionOpened
Gets or sets a value indicating whether the section Pinned should be opened in the navigation panel.
Public propertyNavigationPanelRecentSectionOpened
Gets or sets a value indicating whether the section Recent should be opened in the navigation panel.
Public propertyNotificationSystem
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.
Public propertySectionMode
Gets or sets a value indicating how sections must be displayed in all forms.
Public propertySiteWaffleItemsOrder
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).
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberNoCustomLanguageValue
Name of the language value when no specific language is forced by the user settings.
Top
Extension Methods
  NameDescription
Public Extension MethodAsT
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.)
Public Extension MethodEqualsAll
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.)
Public Extension MethodEqualsAny
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.)
Public Extension MethodGetString
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.)
Public Extension MethodIsGenericListOverloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.)
Public Extension MethodIsGenericList(Type)Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.)
Public Extension MethodSerializeOverloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerialize(String)Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerializeJsonOverloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(ListType)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(DataContractJsonSerializerSettings)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Top
See Also