PFViewHtmlHelper Class |
Namespace: Packflow.Interface
public class PFViewHtmlHelper : HtmlHelper
The PFViewHtmlHelper type exposes the following members.
Name | Description | |
---|---|---|
CanUpdate |
Gets a value indicating whether the current user can update the shown view.
| |
CurrentView |
Gets the current view.
| |
EditableEntries |
Gets the editable properties, excluding "internal" properties, than can only be modified inside Core.
| |
Html5DateRenderingMode | (Inherited from HtmlHelper.) | |
IsAdmin |
Gets a value indicating whether the user is member of the Site Administrators.
| |
IsCTScope |
Gets a value indicating whether the view is under a specific content-type.
| |
PageContext |
Gets the page context.
| |
RouteCollection | (Inherited from HtmlHelper.) | |
ShowContentSelection |
Gets a value indicating whether the control allowing content-type selection should be displayed.
Obviously, the control is hidden when the view scope is ContentType. | |
Translations |
Gets the contextual translations provided by Packflow.
| |
ViewBag | (Inherited from HtmlHelper.) | |
ViewContext | (Inherited from HtmlHelper.) | |
ViewData | (Inherited from HtmlHelper.) | |
ViewDataContainer | (Inherited from HtmlHelper.) |
Name | Description | |
---|---|---|
AntiForgeryToken | (Inherited from HtmlHelper.) | |
AntiForgeryToken(String) | Obsolete. (Inherited from HtmlHelper.) | |
AntiForgeryToken(String, String, String) | Obsolete. (Inherited from HtmlHelper.) | |
AttributeEncode(String) | (Inherited from HtmlHelper.) | |
AttributeEncode(Object) | (Inherited from HtmlHelper.) | |
BeginPackflowForm |
Returns an opening "form" tag and sets controller and action information.
The form uses the specified HTTP method and includes the HTML attributes from a dictionary.
| |
ContentSelection |
Gets the tree control allowing the selection of content-types.
| |
ControlFor |
Gets the html of a control, loaded with current view corresponding value.
| |
ControlViewForTProperty |
Gets the html of a control, loaded with current view corresponding value.
| |
ControlViewQueryForTProperty |
Gets the html of a control, loaded with current view's query corresponding value.
| |
EnableClientValidation | (Inherited from HtmlHelper.) | |
EnableClientValidation(Boolean) | (Inherited from HtmlHelper.) | |
EnableUnobtrusiveJavaScript | (Inherited from HtmlHelper.) | |
EnableUnobtrusiveJavaScript(Boolean) | (Inherited from HtmlHelper.) | |
Encode(String) | (Inherited from HtmlHelper.) | |
Encode(Object) | (Inherited from HtmlHelper.) | |
FormatValue | (Inherited from HtmlHelper.) | |
GetAggregationsColumns |
Gets the list of aggregations.
| |
GetAvailableFields |
Gets the list of available fields.
| |
GetFilters |
Gets the tree of filters.
| |
GetGroupsColumns |
Gets the list of grouped columns.
| |
GetIcon |
Gets the icon shown in the action bar.
| |
GetNotificationsFrame |
Gets the frame (html) containing notifications.
| |
GetOrderColumns |
Gets the list of order columns.
| |
GetUnobtrusiveValidationAttributes(String) | (Inherited from HtmlHelper.) | |
GetUnobtrusiveValidationAttributes(String, ModelMetadata) | (Inherited from HtmlHelper.) | |
GetViewActions |
Gets the buttons shown in the action bar.
| |
GetViewTitle |
Gets the caption of the action bar.
| |
GetVisibleColumns |
Gets the list of visible columns.
| |
GroupPageSize |
Gets the control representing the page size of groups in the view.
| |
HttpMethodOverride(HttpVerbs) | (Inherited from HtmlHelper.) | |
HttpMethodOverride(String) | (Inherited from HtmlHelper.) | |
PageTitle |
Gets the text displayed in the title tag of the page.
| |
Raw(String) | (Inherited from HtmlHelper.) | |
Raw(Object) | (Inherited from HtmlHelper.) | |
SetValidationMessageElement | (Inherited from HtmlHelper.) | |
SetValidationSummaryMessageElement | (Inherited from HtmlHelper.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
VisibilityScope |
Gets the control representing the visibility scope of the view.
|
Name | Description | |
---|---|---|
QuerySettingsInput_Aggregations |
Name of the hidden input containing aggregations information.
| |
QuerySettingsInput_Filters |
Name of the hidden input containing filters information.
| |
QuerySettingsInput_Groups |
Name of the hidden input containing grouped columns information.
| |
QuerySettingsInput_Order |
Name of the hidden input containing ordered columns information.
| |
QuerySettingsInput_VisibleColumns |
Name of the hidden input containing visible columns information.
|
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.) | |
Json(Boolean) | Overloaded.
Returns the JSON representation of the given value.
(Defined by HtmlHelperExtensions.) | |
Json(Object, JavaScriptEncoding, Boolean) | Overloaded.
Returns the JSON representation of the given value.
(Defined by HtmlHelperExtensions.) | |
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.) |