C# Класс Adf.Web.UI.SmartView.SmartFieldExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Compose() публичный статический Метод

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
Результат string

ComposeIcon() публичный статический Метод

public static ComposeIcon ( this smartfield, object entity, string value, string field, string format ) : string
smartfield this
entity object
value string
field string
format string
Результат string

GetDataItem() публичный статический Метод

public static GetDataItem ( this origin ) : object
origin this
Результат object

IsEnabled() публичный статический Метод

public static IsEnabled ( this smartfield, object entity, string isEmpty ) : bool
smartfield this
entity object
isEmpty string
Результат bool

Set() публичный статический Метод

public static Set ( this style, string value ) : System.Web.UI.WebControls.TableItemStyle
style this
value string
Результат System.Web.UI.WebControls.TableItemStyle

SetId() публичный статический Метод

public static SetId ( this control, string childId ) : void
control this
childId string
Результат void