C# Class Signum.Web.JsExtensions

Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Méthode Description
ToChooserOption ( this enumValue ) : ChooserOption
ToChooserOption ( this lite ) : ChooserOption
ToJsTypeInfo ( this type, bool isSearch, string prefix ) : JsTypeInfo
ToJsTypeInfos ( this implementations, bool isSearch, string prefix ) : JsTypeInfo[]

Method Details

ToChooserOption() public static méthode

public static ToChooserOption ( this enumValue ) : ChooserOption
enumValue this
Résultat ChooserOption

ToChooserOption() public static méthode

public static ToChooserOption ( this lite ) : ChooserOption
lite this
Résultat ChooserOption

ToJsTypeInfo() public static méthode

public static ToJsTypeInfo ( this type, bool isSearch, string prefix ) : JsTypeInfo
type this
isSearch bool
prefix string
Résultat JsTypeInfo

ToJsTypeInfos() public static méthode

public static ToJsTypeInfos ( this implementations, bool isSearch, string prefix ) : JsTypeInfo[]
implementations this
isSearch bool
prefix string
Résultat JsTypeInfo[]