C# Class Signum.Web.HiddenLine

Inheritance: LineBase
Mostrar archivo Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
ValueHtmlProps RouteValueDictionary

Public Methods

Method Description
HiddenLine ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System

Method Details

HiddenLine() public method

public HiddenLine ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System
type System.Type
untypedValue object
parent Context
prefix string
propertyRoute PropertyRoute
return System

Property Details

ValueHtmlProps public_oe property

public RouteValueDictionary ValueHtmlProps
return RouteValueDictionary