C# Class Signum.Web.ValueLine

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

Méthodes publiques

Свойство Type Description
ValueHtmlProps RouteValueDictionary

Méthodes publiques

Méthode Description
CreateComboItems ( ) : List
CreateComboItems ( IEnumerable enumValues, bool addNull ) : List
ValueLine ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System

Méthodes protégées

Méthode Description
SetReadOnly ( ) : void

Method Details

CreateComboItems() public méthode

public CreateComboItems ( ) : List
Résultat List

CreateComboItems() public static méthode

public static CreateComboItems ( IEnumerable enumValues, bool addNull ) : List
enumValues IEnumerable
addNull bool
Résultat List

SetReadOnly() protected méthode

protected SetReadOnly ( ) : void
Résultat void

ValueLine() public méthode

public ValueLine ( 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

Property Details

ValueHtmlProps public_oe property

public RouteValueDictionary ValueHtmlProps
Résultat RouteValueDictionary