C# Class Piranha.Runtime.AppFieldList

Inheritance: AppDataList
Mostra file Open project: codemerx/CodemerxDecompile

Public Methods

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

Protected Methods

Method Description
OnRegister ( item ) : Piranha.Runtime.AppField

Method Details

AppFieldList() public method

public AppFieldList ( ) : Piranha.Extend
return Piranha.Extend

GetByShorthand() public method

public GetByShorthand ( string shorthand ) : Piranha.Runtime.AppField
shorthand string
return Piranha.Runtime.AppField

OnRegister() protected method

protected OnRegister ( item ) : Piranha.Runtime.AppField
return Piranha.Runtime.AppField

RegisterDataSelect() public method

public RegisterDataSelect ( ) : void
return void

RegisterSelect() public method

public RegisterSelect ( ) : void
return void