C# Class ScrewTurn.Wiki.IndexRow

Represents the status of a search engine index.
显示文件 Open project: mono/ScrewTurnWiki

Public Methods

Method Description
IndexRow ( IPagesStorageProviderV30 provider ) : System

Initializes a new instance of the T:IndexRow class.

Method Details

IndexRow() public method

Initializes a new instance of the T:IndexRow class.
public IndexRow ( IPagesStorageProviderV30 provider ) : System
provider IPagesStorageProviderV30 The original provider.
return System