C# 클래스 DotNetNuke.Modules.UserDefinedTable.DataTypes.DataTypeLookUp.TokenReplace

상속: DotNetNuke.Services.Tokens.BaseCustomTokenReplace
파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

공개 메소드들

메소드 설명
GetValue ( string tokenText, DataRow row, string sourceColumn, string sourceType ) : string
TokenReplace ( int moduleId ) : System.Collections

메소드 상세

GetValue() 공개 메소드

public GetValue ( string tokenText, DataRow row, string sourceColumn, string sourceType ) : string
tokenText string
row System.Data.DataRow
sourceColumn string
sourceType string
리턴 string

TokenReplace() 공개 메소드

public TokenReplace ( int moduleId ) : System.Collections
moduleId int
리턴 System.Collections