C# 클래스 ScrewTurn.Wiki.ProviderRow

Represents a provider for display purposes.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

공개 메소드들

메소드 설명
ProviderRow ( ComponentInformation info, string typeName, string updateStatus, bool disabled, bool selected ) : System

Initializes a new instance of the T:ProviderRow class.

메소드 상세

ProviderRow() 공개 메소드

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.
리턴 System