C# Class System.Web.DynamicData.DynamicDataExtensions

显示文件 Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
ConvertEditedValue ( this formattingOptions, string value ) : object
FindMetaTable ( this current ) : System.Web.DynamicData.MetaTable
GetTable ( this dataSource ) : System.Web.DynamicData.MetaTable

Private Methods

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

Method Details

ConvertEditedValue() public static method

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

FindMetaTable() public static method

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

GetTable() public static method

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