C# Class ScrewTurn.Wiki.ProviderRow

Represents a provider for display purposes.
显示文件 Open project: mono/ScrewTurnWiki

Public Methods

Method Description
ProviderRow ( ComponentInformation info, string typeName, string updateStatus, bool disabled, bool selected ) : System

Initializes a new instance of the T:ProviderRow class.

Method Details

ProviderRow() public method

Initializes a new instance of the T:ProviderRow class.
public ProviderRow ( ComponentInformation info, string typeName, string updateStatus, bool disabled, bool selected ) : System
info ScrewTurn.Wiki.PluginFramework.ComponentInformation The original component information.
typeName string The type name.
updateStatus string
disabled bool A value indicating whether the provider is disabled.
selected bool A value indicating whether the provider is selected.
return System