PFWaffle Class |
Namespace: Packflow.Interface
[DataContractAttribute] public class PFWaffle
The PFWaffle type exposes the following members.
Name | Description | |
---|---|---|
Columns |
Gets or sets the number of columns of the grid.
| |
Items |
Gets or sets the waffle items (tiles) shown in the waffle grid.
| |
Rows |
Gets or sets the number of rows visible in the grid scrollable viewport.
|
Name | Description | |
---|---|---|
Create |
Creates a new waffle instance for the specified site.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ItemDefaultIcon_Application |
Icon code for every application item not having a custom one defined.
| |
ItemIcon_Administration |
Icon code for the Administration item in the waffle.
| |
ItemIcon_Dashboards |
Icon code for the Dashboards item in the waffle.
| |
ItemId_Administration |
Id of the item representing the administration in the waffle.
| |
ItemId_Dashboards |
Id of the item representing the dasboards in the waffle.
| |
LinkIcon_CreateDashboard |
Icon code for the link leading to the dashboard creation page.
| |
LinkIcon_Dashboard |
Icon code for all dashboard links in the waffle Dashboards submenu.
| |
NonAppItemIds |
Id of waffle items not resprensenting applications.
| |
Url_CreateDashboard |
Relative URL leading to the dashboard creation page.
|
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.) |