C# Class igloo15.MarkdownApi.Core.MarkdownItems.MarkdownEnum

Markdown Enum is a type that is a Enum
Inheritance: igloo15.MarkdownApi.Core.MarkdownItems.AbstractType
显示文件 Open project: igloo15/MarkdownGenerator

Public Methods

Method Description
BuildPage ( ITheme theme ) : string

Create a page for this markdown item or "" if no page is created

Private Methods

Method Description
MarkdownEnum ( ) : igloo15.MarkdownApi.Core.Builders

Method Details

BuildPage() public method

Create a page for this markdown item or "" if no page is created
public BuildPage ( ITheme theme ) : string
theme ITheme The theme to be used to in building the page
return string