C# 클래스 DotNetNuke.Modules.UserDefinedTable.Components.FieldSettingsController

파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

공개 메소드들

메소드 설명
GetFieldSetting ( this table, string key, int fieldId ) : string
GetFieldSettingsTable ( int moduleId ) : DataTable
UpdateFieldSetting ( string key, string value, int fieldId ) : void
WithFieldId ( this table, int fieldId ) : DataView

메소드 상세

GetFieldSetting() 공개 정적인 메소드

public static GetFieldSetting ( this table, string key, int fieldId ) : string
table this
key string
fieldId int
리턴 string

GetFieldSettingsTable() 공개 정적인 메소드

public static GetFieldSettingsTable ( int moduleId ) : DataTable
moduleId int
리턴 System.Data.DataTable

UpdateFieldSetting() 공개 정적인 메소드

public static UpdateFieldSetting ( string key, string value, int fieldId ) : void
key string
value string
fieldId int
리턴 void

WithFieldId() 공개 정적인 메소드

public static WithFieldId ( this table, int fieldId ) : DataView
table this
fieldId int
리턴 System.Data.DataView