Constructor

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public RetsFeed(
	int retsFeedID,
	string masterMlsConnStr,
	string masterMlsImportConnStr
)
Visual Basic (Declaration)
Public Sub New ( _
	retsFeedID As Integer, _
	masterMlsConnStr As String, _
	masterMlsImportConnStr As String _
)
Visual C++
public:
RetsFeed(
	int retsFeedID, 
	String^ masterMlsConnStr, 
	String^ masterMlsImportConnStr
)

Parameters

retsFeedID
Type: System..::.Int32
Feed id of the feed to initialize
masterMlsConnStr
Type: System..::.String
Connection string to use
masterMlsImportConnStr
Type: System..::.String
Connection string to use

See Also