C# Class Serenity.CodeGeneration.ClientTypesGenerator

Inheritance: ImportGeneratorBase
Exibir arquivo Open project: volkanceylan/Serenity Class Usage Examples

Protected Methods

Method Description
GenerateAll ( ) : void

Private Methods

Method Description
AddOptionMembers ( ExternalMember>.SortedDictionary dict, ExternalType type, bool isOptions ) : void
ClientTypesGenerator ( ) : Serenity.ComponentModel
GenerateEditor ( ExternalType type, string name ) : void
GenerateFormatter ( ExternalType type, string name ) : void
GenerateOptionMembers ( ExternalType type, HashSet skip, bool isWidget ) : void
GenerateType ( ExternalType type ) : void
GetNamespace ( string ns ) : string
GetOptionMembers ( ExternalType type, bool isWidget ) : ExternalMember>.SortedDictionary
IsEditorType ( ExternalType type ) : bool
IsFormatterType ( ExternalType type ) : bool

Method Details

GenerateAll() protected method

protected GenerateAll ( ) : void
return void