C# Class Signum.Web.LineBase

Inheritance: TypeContext
Show file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
FormGroupHtmlProps RouteValueDictionary
LabelHtmlProps RouteValueDictionary

Protected Methods

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

Private Methods

Method Description
Clone ( object newValue ) : TypeContext

Method Details

LineBase() protected method

protected LineBase ( 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

FormGroupHtmlProps public property

public RouteValueDictionary FormGroupHtmlProps
return RouteValueDictionary

LabelHtmlProps public property

public RouteValueDictionary LabelHtmlProps
return RouteValueDictionary