C# Class Signum.Web.EntityBase

Inheritance: LineBase
Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
AttachFunction JsFunction

Private Properties

Property Type Description
AttachConstructor string
BasicConstructor string
NewLine string

Public Methods

Method Description
ConstructorScript ( JsModule module, string type ) : System.Web.Mvc.MvcHtmlString
EntityBase ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System
ParseTypes ( string types ) : System.Type[]
SFControlThen ( string functionCall ) : string

Protected Methods

Method Description
GetElementRoute ( ) : PropertyRoute
GetElementType ( ) : Type
OptionsJSInternal ( ) : object>.Dictionary

Private Methods

Method Description
AttachConstructor ( JsModule module, string type ) : string
BasicConstructor ( JsModule module, string type ) : string
NewLine ( string varLines, string type ) : string

Method Details

ConstructorScript() public method

public ConstructorScript ( JsModule module, string type ) : System.Web.Mvc.MvcHtmlString
module JsModule
type string
return System.Web.Mvc.MvcHtmlString

EntityBase() public method

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

GetElementRoute() protected method

protected GetElementRoute ( ) : PropertyRoute
return PropertyRoute

GetElementType() protected method

protected GetElementType ( ) : Type
return System.Type

OptionsJSInternal() protected method

protected OptionsJSInternal ( ) : object>.Dictionary
return object>.Dictionary

ParseTypes() public static method

public static ParseTypes ( string types ) : System.Type[]
types string
return System.Type[]

SFControlThen() public method

public SFControlThen ( string functionCall ) : string
functionCall string
return string

Property Details

AttachFunction public_oe property

public JsFunction,Signum.Web AttachFunction
return JsFunction