Click or drag to resize

PFUserNavigationPanelHtmlHelper Class

Provides methods to generate the user navigation panel on the right side.

All states and entries concern the current user.

Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFUserNavigationPanelHtmlHelper

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public class PFUserNavigationPanelHtmlHelper

The PFUserNavigationPanelHtmlHelper type exposes the following members.

Constructors
  NameDescription
Public methodPFUserNavigationPanelHtmlHelper
Initializes a new instance of the PFUserNavigationPanelHtmlHelper class.
Top
Properties
  NameDescription
Public propertyOpenedSectionOpened
Gets a value indicating whether the Opened section is opened.
Public propertyPanelOpened
Gets a value indicating whether the panel is opened.
Public propertyPinnedSectionOpened
Gets a value indicating whether the Pinned section is opened.
Public propertyRecentSectionOpened
Gets a value indicating whether the Recent section is opened.
Public propertySite
Gets the contextual Packflow Site.
Public propertyTranslations
Gets the contextual translations provided by Packflow.
Public propertyUserLocks
Gets the user locks.
Public propertyUserNavigationEntries
Gets the user navigation entries (pinned, opened and recent).
Top
Methods
  NameDescription
Public methodGetOpenedCaption
Gets the caption of the Opened section.
Public methodGetOpenedEntries
Gets the entries of the Opened section.
Public methodGetPanelCaption
Gets the main caption of the panel.
Public methodGetPinnedCaption
Gets the caption of the Pinned section.
Public methodGetPinnedEntries
Gets the entries of the Pinned section.
Public methodGetRecentCaption
Gets the caption of the Recent section.
Public methodGetRecentEntries
Gets the entries of the Recent section.
Public methodLoadEntries
Loads the entries from the database if not done yet.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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