C# 클래스 Adf.Web.UI.SmartView.SmartFieldExtensions

파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
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