C# Class Concordion.Internal.TableSupport

Afficher le fichier Open project: concordion/concordion-net

Private Properties

Свойство Type Description
PopulateCommandCallByColumnMap void

Méthodes publiques

Méthode Description
AddDetailRow ( ) : Row
CopyCommandCallsTo ( Row detailRow ) : void
GetDetailRows ( ) : IList
GetLastHeaderRow ( ) : Row
TableSupport ( CommandCall tableCommandCall ) : System

Private Methods

Méthode Description
PopulateCommandCallByColumnMap ( ) : void

Method Details

AddDetailRow() public méthode

public AddDetailRow ( ) : Row
Résultat Row

CopyCommandCallsTo() public méthode

public CopyCommandCallsTo ( Row detailRow ) : void
detailRow Row
Résultat void

GetDetailRows() public méthode

public GetDetailRows ( ) : IList
Résultat IList

GetLastHeaderRow() public méthode

public GetLastHeaderRow ( ) : Row
Résultat Row

TableSupport() public méthode

public TableSupport ( CommandCall tableCommandCall ) : System
tableCommandCall CommandCall
Résultat System