Method |
Description |
|
AppendClass ( ) : void |
|
|
AppendFullTemplate ( ) : void |
|
|
AppendRegionPagedSelect ( ) : void |
|
|
AppendRegionSearchable ( ) : void |
|
|
AppendRegionSearchableSingleField ( Column column ) : void |
|
|
AppendRegionSearchableSingleFieldRange ( Column column ) : void |
|
|
AppendRegionSelectAll ( ) : void |
|
|
AppendRegionSelectByChildTables ( ) : void |
This generates a select command to get a child table from a loaded parent when the relationship is NOT based on a primary key. If the relationship is based on a primary key then the SelectBy[XXX]Pk procedure is called. |
|
AppendRegionSelectByCustomRules ( ) : void |
|
|
AppendRegionSelectByDates ( ) : void |
|
|
AppendRegionSelectByForeignKeys ( ) : void |
|
|
AppendRegionSelectByPks ( ) : void |
|
|
AppendSearchClass ( ) : void |
|
|
GenerateContent ( ) : void |
|
|