C# Class Piranha.Runtime.AppFieldList

Inheritance: AppDataList
Afficher le fichier Open project: codemerx/CodemerxDecompile

Méthodes publiques

Méthode Description
AppFieldList ( ) : Piranha.Extend
GetByShorthand ( string shorthand ) : Piranha.Runtime.AppField
RegisterDataSelect ( ) : void
RegisterSelect ( ) : void

Méthodes protégées

Méthode Description
OnRegister ( item ) : Piranha.Runtime.AppField

Method Details

AppFieldList() public méthode

public AppFieldList ( ) : Piranha.Extend
Résultat Piranha.Extend

GetByShorthand() public méthode

public GetByShorthand ( string shorthand ) : Piranha.Runtime.AppField
shorthand string
Résultat Piranha.Runtime.AppField

OnRegister() protected méthode

protected OnRegister ( item ) : Piranha.Runtime.AppField
Résultat Piranha.Runtime.AppField

RegisterDataSelect() public méthode

public RegisterDataSelect ( ) : void
Résultat void

RegisterSelect() public méthode

public RegisterSelect ( ) : void
Résultat void