C# Class DeliveryEngine.Delivery

Mostrar archivo Open project: jediskywalker/RTDeals Class Usage Examples

Public Methods

Method Description
Start ( ) : void

Protected Methods

Method Description
SendEmail ( string content, string to, string cName, int dealcnt ) : void

Private Methods

Method Description
DoDelivery ( ) : void
MakeUp ( Deals tmpdeal, string keywords ) : string
Move2Delivered ( int scheduleID ) : void
ReplaceEx ( string original, string pattern, string replacement ) : string

Method Details

SendEmail() protected method

protected SendEmail ( string content, string to, string cName, int dealcnt ) : void
content string
to string
cName string
dealcnt int
return void

Start() public method

public Start ( ) : void
return void