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 |
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 |
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 |
public static GetDataItem ( this origin ) : object | ||
origin | this | |
Résultat | object |
public static IsEnabled ( this smartfield, object entity, string isEmpty ) : bool | ||
smartfield | this | |
entity | object | |
isEmpty | string | |
Résultat | bool |
public static Set ( this style, string value ) : System.Web.UI.WebControls.TableItemStyle | ||
style | this | |
value | string | |
Résultat | System.Web.UI.WebControls.TableItemStyle |
public static SetId ( this control, string childId ) : void | ||
control | this | |
childId | string | |
Résultat | void |