C# 클래스 Signum.Web.JsExtensions

파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
ToChooserOption ( this enumValue ) : ChooserOption
ToChooserOption ( this lite ) : ChooserOption
ToJsTypeInfo ( this type, bool isSearch, string prefix ) : JsTypeInfo
ToJsTypeInfos ( this implementations, bool isSearch, string prefix ) : JsTypeInfo[]

메소드 상세

ToChooserOption() 공개 정적인 메소드

public static ToChooserOption ( this enumValue ) : ChooserOption
enumValue this
리턴 ChooserOption

ToChooserOption() 공개 정적인 메소드

public static ToChooserOption ( this lite ) : ChooserOption
lite this
리턴 ChooserOption

ToJsTypeInfo() 공개 정적인 메소드

public static ToJsTypeInfo ( this type, bool isSearch, string prefix ) : JsTypeInfo
type this
isSearch bool
prefix string
리턴 JsTypeInfo

ToJsTypeInfos() 공개 정적인 메소드

public static ToJsTypeInfos ( this implementations, bool isSearch, string prefix ) : JsTypeInfo[]
implementations this
isSearch bool
prefix string
리턴 JsTypeInfo[]