C# 클래스 System.Web.DynamicData.DynamicDataExtensions

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
ConvertEditedValue ( this formattingOptions, string value ) : object
FindMetaTable ( this current ) : System.Web.DynamicData.MetaTable
GetTable ( this dataSource ) : System.Web.DynamicData.MetaTable

비공개 메소드들

메소드 설명
EnablePersistedSelection ( this dataBoundControl ) : void
ExpandDynamicWhereParameters ( this dataSource ) : void
FindDataSourceControl ( this current ) : IDynamicDataSource
FindFieldTemplate ( this control, string columnName ) : Control
FormatEditValue ( this formattingOptions, object fieldValue ) : string
FormatValue ( this formattingOptions, object fieldValue ) : string
GetDataSourceId ( IDynamicDataSource dataSource ) : string
LoadWithForeignKeys ( this dataSource, Type rowType ) : void

메소드 상세

ConvertEditedValue() 공개 정적인 메소드

public static ConvertEditedValue ( this formattingOptions, string value ) : object
formattingOptions this
value string
리턴 object

FindMetaTable() 공개 정적인 메소드

public static FindMetaTable ( this current ) : System.Web.DynamicData.MetaTable
current this
리턴 System.Web.DynamicData.MetaTable

GetTable() 공개 정적인 메소드

public static GetTable ( this dataSource ) : System.Web.DynamicData.MetaTable
dataSource this
리턴 System.Web.DynamicData.MetaTable