C# Класс ScrewTurn.Wiki.SnippetTemplateRow

Represents a snippet for display purposes.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SnippetTemplateRow() публичный Метод

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.
Результат System

SnippetTemplateRow() публичный Метод

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.
Результат System