C# 클래스 DotNetNuke.Modules.Forums.Components.Common.Utilities

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

공개 메소드들

메소드 설명
FillObjectFromRequest ( object infoObject, System request ) : object
GetFile ( string filePath ) : string

Get the template as a string from the specified path

GetForumsController ( IDataProvider repository ) : IForumsController
GetRepository ( ) : IDataProvider
GetSharedResource ( string key ) : string
GetSharedResource ( string key, bool isAdmin ) : string
LocalizeControl ( string controlText ) : string
LocalizeControl ( string controlText, bool isAdmin ) : string

메소드 상세

FillObjectFromRequest() 공개 정적인 메소드

public static FillObjectFromRequest ( object infoObject, System request ) : object
infoObject object
request System
리턴 object

GetFile() 공개 정적인 메소드

Get the template as a string from the specified path
public static GetFile ( string filePath ) : string
filePath string Physical path to file
리턴 string

GetForumsController() 공개 정적인 메소드

public static GetForumsController ( IDataProvider repository ) : IForumsController
repository IDataProvider
리턴 IForumsController

GetRepository() 공개 정적인 메소드

public static GetRepository ( ) : IDataProvider
리턴 IDataProvider

GetSharedResource() 공개 정적인 메소드

public static GetSharedResource ( string key ) : string
key string
리턴 string

GetSharedResource() 공개 정적인 메소드

public static GetSharedResource ( string key, bool isAdmin ) : string
key string
isAdmin bool
리턴 string

LocalizeControl() 공개 정적인 메소드

public static LocalizeControl ( string controlText ) : string
controlText string
리턴 string

LocalizeControl() 공개 정적인 메소드

public static LocalizeControl ( string controlText, bool isAdmin ) : string
controlText string
isAdmin bool
리턴 string