C# Class ScrewTurn.Wiki.ProviderRow

Represents a provider for display purposes.
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode 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 méthode

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.
Résultat System