C# 클래스 N2Bootstrap.Library.Tokens.RadioTokenHelper

상속: ITokenHelper
파일 보기 프로젝트 열기: pauldotknopf/N2Bootstrap

공개 메소드들

메소드 설명
GetFormName ( ) : string
GetHelpText ( ) : string
GetTokenName ( ) : string
GetTokenValue ( ) : string
GetValue ( ) : string
RadioTokenHelper ( N2.Web.Rendering.DisplayableToken displayableToken ) : System

메소드 상세

GetFormName() 공개 메소드

public GetFormName ( ) : string
리턴 string

GetHelpText() 공개 메소드

public GetHelpText ( ) : string
리턴 string

GetTokenName() 공개 메소드

public GetTokenName ( ) : string
리턴 string

GetTokenValue() 공개 메소드

public GetTokenValue ( ) : string
리턴 string

GetValue() 공개 메소드

public GetValue ( ) : string
리턴 string

RadioTokenHelper() 공개 메소드

public RadioTokenHelper ( N2.Web.Rendering.DisplayableToken displayableToken ) : System
displayableToken N2.Web.Rendering.DisplayableToken
리턴 System