C# 클래스 DotNetNuke.Modules.UserDefinedTable.DataType

Abstraced (MustInherit) DataType Class Defines the Interface and provides some Default Settings Used for Definition and Rendering of Fields in the UserDefinedTable
파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ByName ( string dataTypeName ) : DataType
ContentDataTypes ( ) : string>.IDictionary
GetDataTypesConfigPath ( ) : String
GetLocalization ( string setting = "" ) : string
RenderValuesToHtmlInsideDataSet ( DataSet ds, int moduleId, bool noScript ) : void
SetStylesAndFormats ( System.Web.UI.WebControls.BoundField column, string format ) : void
SystemDataTypes ( ) : string>.IDictionary

보호된 메소드들

메소드 설명
GetFieldSetting ( string key, int id, DataSet ds ) : object

메소드 상세

ByName() 공개 정적인 메소드

public static ByName ( string dataTypeName ) : DataType
dataTypeName string
리턴 DataType

ContentDataTypes() 공개 정적인 메소드

public static ContentDataTypes ( ) : string>.IDictionary
리턴 string>.IDictionary

GetDataTypesConfigPath() 공개 정적인 메소드

public static GetDataTypesConfigPath ( ) : String
리턴 String

GetFieldSetting() 보호된 메소드

protected GetFieldSetting ( string key, int id, DataSet ds ) : object
key string
id int
ds System.Data.DataSet
리턴 object

GetLocalization() 공개 메소드

public GetLocalization ( string setting = "" ) : string
setting string
리턴 string

RenderValuesToHtmlInsideDataSet() 공개 메소드

public RenderValuesToHtmlInsideDataSet ( DataSet ds, int moduleId, bool noScript ) : void
ds System.Data.DataSet
moduleId int
noScript bool
리턴 void

SetStylesAndFormats() 공개 메소드

public SetStylesAndFormats ( System.Web.UI.WebControls.BoundField column, string format ) : void
column System.Web.UI.WebControls.BoundField
format string
리턴 void

SystemDataTypes() 공개 정적인 메소드

public static SystemDataTypes ( ) : string>.IDictionary
리턴 string>.IDictionary