Click or drag to resize

PFThemeSettings Class

Contains the list of variables to set inside LESS style sheets to apply the theme.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFThemeSettings

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataContractAttribute]
public class PFThemeSettings

The PFThemeSettings type exposes the following members.

Constructors
  NameDescription
Public methodPFThemeSettings
Initializes a new instance of the PFThemeSettings class.
Top
Properties
  NameDescription
Public propertyEntries
Gets or sets the entries, containing all settings values.
Top
Methods
  NameDescription
Public methodStatic memberGetDefinitions
Gets the list of settings definitions.
Public methodGetValue
Gets a value by its name.
Public methodGetValueEntry
Gets a value entry by its name.
Public methodSetValue
Sets the value of a setting.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberActionsBar_Color1
Name of the theme setting containing the first actions bar color.
Public fieldStatic memberActionsBar_Text_Color1
Name of the theme setting containing the actions bar text color.
Public fieldStatic memberBranding_Color1
Name of the theme setting containing the first branding color.
Public fieldStatic memberBranding_Text_Color1
Name of the theme setting containing the branding text color.
Public fieldStatic memberButton_Color1
Name of the theme setting containing the first button background color.
Public fieldStatic memberButton_Text_Color1
Name of the theme setting containing button text color.
Public fieldStatic memberControl_Color_1
Name of the theme setting containing the control background color.
Public fieldStatic memberHeader_Color1
Name of the theme setting containing the first header background color.
Public fieldStatic memberHeader_Text_Color1
Name of the theme setting containing the header text color.
Public fieldStatic memberLink_Color1
Name of the theme setting containing the first link color.
Public fieldStatic memberPage_Color1
Name of the theme setting containing the main background color.
Public fieldStatic memberPage_Text_Color1
Name of the theme setting containing the main text color.
Public fieldStatic memberSection_Color1
Name of the theme setting containing the section background color.
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