C# Class ScrewTurn.Wiki.SnippetTemplateRow

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

Public Methods

Method Description
SnippetTemplateRow ( ContentTemplate template, bool selected ) : System

Initializes a new instance of the T:SnippetTemplateRow class.

SnippetTemplateRow ( System.Snippet snippet, bool selected ) : System

Initializes a new instance of the T:SnippetTemplateRow class.

Method Details

SnippetTemplateRow() public method

Initializes a new instance of the T:SnippetTemplateRow class.
public SnippetTemplateRow ( ContentTemplate template, bool selected ) : System
template ContentTemplate The original template.
selected bool A value indicating whether the template is selected.
return System

SnippetTemplateRow() public method

Initializes a new instance of the T:SnippetTemplateRow class.
public SnippetTemplateRow ( System.Snippet snippet, bool selected ) : System
snippet System.Snippet The original snippet.
selected bool A value indicating whether the snippet is selected.
return System