Click or drag to resize

PFItemHtmlHelperUtils Class

Contains utilities for PFItem html helpers.
Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFItemHtmlHelperUtils

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

The PFItemHtmlHelperUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetGridviewEditableRow
Generates Html of a gridview editable row representing a PFItem.

Result will contain Html or Error, set in the operation result tag.

Public methodStatic memberGetGridviewRow(PFItem, PFView, String, PFGridViewSettingsData_Items, Boolean, Boolean, PFTranslations, GetDisplayTextMethod, GetDisplayHtmlMethod, HtmlBuilder)
Generates Html of a gridview row representing a PFItem.

Result will contain Html or Error, set in the operation result tag or in the builder sent in parameters if not null.

Public methodStatic memberGetGridviewRow(PFItem, PFView, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Int32, Boolean, Boolean, Boolean, PFTranslations, GetDisplayTextMethod, GetDisplayHtmlMethod, HtmlBuilder, Boolean)
Generates Html of a gridview row representing a PFItem.

Result will contain Html or Error, set in the operation result tag or in the builder sent in parameters if not null.

Top
Fields
  NameDescription
Public fieldStatic memberApplicationContextChoiceFieldName
The name of the control hosting application context choices.
Top
See Also