C# Class BusinessLayer, gert

Summary description for BusinessLayer
Mostra file Open project: mono/gert Class Usage Examples

Public Methods

Method Description
BusinessLayer ( ) : System
EntityCount ( int startIndex, int maxCount ) : int
SelectEntity ( ) : List
SelectEntity ( int startIndex, int maxCount ) : List

Method Details

BusinessLayer() public method

public BusinessLayer ( ) : System
return System

EntityCount() public method

public EntityCount ( int startIndex, int maxCount ) : int
startIndex int
maxCount int
return int

SelectEntity() public method

public SelectEntity ( ) : List
return List

SelectEntity() public method

public SelectEntity ( int startIndex, int maxCount ) : List
startIndex int
maxCount int
return List