C# Class Adf.Web.UI.SmartView.SmartFieldExtensions

Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
Compose ( this smartfield, object entity, string field, string format, string value = null ) : string
ComposeIcon ( this smartfield, object entity, string value, string field, string format ) : string
GetDataItem ( this origin ) : object
IsEnabled ( this smartfield, object entity, string isEmpty ) : bool
Set ( this style, string value ) : System.Web.UI.WebControls.TableItemStyle
SetId ( this control, string childId ) : void

Method Details

Compose() public static méthode

public static Compose ( this smartfield, object entity, string field, string format, string value = null ) : string
smartfield this
entity object
field string
format string
value string
Résultat string

ComposeIcon() public static méthode

public static ComposeIcon ( this smartfield, object entity, string value, string field, string format ) : string
smartfield this
entity object
value string
field string
format string
Résultat string

GetDataItem() public static méthode

public static GetDataItem ( this origin ) : object
origin this
Résultat object

IsEnabled() public static méthode

public static IsEnabled ( this smartfield, object entity, string isEmpty ) : bool
smartfield this
entity object
isEmpty string
Résultat bool

Set() public static méthode

public static Set ( this style, string value ) : System.Web.UI.WebControls.TableItemStyle
style this
value string
Résultat System.Web.UI.WebControls.TableItemStyle

SetId() public static méthode

public static SetId ( this control, string childId ) : void
control this
childId string
Résultat void