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

Datei anzeigen Open project: NLADP/ADF

Public Methods

Method 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 method

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
return string

ComposeIcon() public static method

public static ComposeIcon ( this smartfield, object entity, string value, string field, string format ) : string
smartfield this
entity object
value string
field string
format string
return string

GetDataItem() public static method

public static GetDataItem ( this origin ) : object
origin this
return object

IsEnabled() public static method

public static IsEnabled ( this smartfield, object entity, string isEmpty ) : bool
smartfield this
entity object
isEmpty string
return bool

Set() public static method

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

SetId() public static method

public static SetId ( this control, string childId ) : void
control this
childId string
return void