Click or drag to resize

PFWaffle Class

Represents the content of the header waffle.
Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFWaffle

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataContractAttribute]
public class PFWaffle

The PFWaffle type exposes the following members.

Constructors
  NameDescription
Public methodPFWaffle
Top
Properties
  NameDescription
Public propertyColumns
Gets or sets the number of columns of the grid.
Public propertyItems
Gets or sets the waffle items (tiles) shown in the waffle grid.
Public propertyRows
Gets or sets the number of rows visible in the grid scrollable viewport.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates a new waffle instance for the specified site.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberItemDefaultIcon_Application
Icon code for every application item not having a custom one defined.
Public fieldStatic memberItemIcon_Administration
Icon code for the Administration item in the waffle.
Public fieldStatic memberItemIcon_Dashboards
Icon code for the Dashboards item in the waffle.
Public fieldStatic memberItemId_Administration
Id of the item representing the administration in the waffle.
Public fieldStatic memberItemId_Dashboards
Id of the item representing the dasboards in the waffle.
Public fieldStatic memberLinkIcon_CreateDashboard
Icon code for the link leading to the dashboard creation page.
Public fieldStatic memberLinkIcon_Dashboard
Icon code for all dashboard links in the waffle Dashboards submenu.
Public fieldStatic memberNonAppItemIds
Id of waffle items not resprensenting applications.
Public fieldStatic memberUrl_CreateDashboard
Relative URL leading to the dashboard creation page.
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