C# Class Signum.Web.EntityBase

Inheritance: LineBase
Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
AttachFunction JsFunction

Private Properties

Свойство Type Description
AttachConstructor string
BasicConstructor string
NewLine string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetElementRoute ( ) : PropertyRoute
GetElementType ( ) : Type
OptionsJSInternal ( ) : object>.Dictionary

Private Methods

Méthode Description
AttachConstructor ( JsModule module, string type ) : string
BasicConstructor ( JsModule module, string type ) : string
NewLine ( string varLines, string type ) : string

Method Details

ConstructorScript() public méthode

public ConstructorScript ( JsModule module, string type ) : System.Web.Mvc.MvcHtmlString
module JsModule
type string
Résultat System.Web.Mvc.MvcHtmlString

EntityBase() public méthode

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

GetElementRoute() protected méthode

protected GetElementRoute ( ) : PropertyRoute
Résultat PropertyRoute

GetElementType() protected méthode

protected GetElementType ( ) : Type
Résultat System.Type

OptionsJSInternal() protected méthode

protected OptionsJSInternal ( ) : object>.Dictionary
Résultat object>.Dictionary

ParseTypes() public static méthode

public static ParseTypes ( string types ) : System.Type[]
types string
Résultat System.Type[]

SFControlThen() public méthode

public SFControlThen ( string functionCall ) : string
functionCall string
Résultat string

Property Details

AttachFunction public_oe property

public JsFunction,Signum.Web AttachFunction
Résultat JsFunction