C# Класс CustomToolkit.Markdown

Наследование: CustomToolkit.BaseCodeGeneratorWithSite
Показать файл Открыть проект

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

Метод Описание
ConvertToBytes ( string content ) : byte[]

Takes the file contents and converts them to a byte[] that VS can use to update generated code.

Защищенные методы

Метод Описание
GenerateCode ( string inputFileContent ) : byte[]

Function that builds the contents of the generated file based on the contents of the input file

GetDefaultExtension ( ) : string

Returns the extension for the generated file

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

ConvertToBytes() публичный статический Метод

Takes the file contents and converts them to a byte[] that VS can use to update generated code.
public static ConvertToBytes ( string content ) : byte[]
content string
Результат byte[]

GenerateCode() защищенный Метод

Function that builds the contents of the generated file based on the contents of the input file
protected GenerateCode ( string inputFileContent ) : byte[]
inputFileContent string Content of the input file
Результат byte[]

GetDefaultExtension() защищенный Метод

Returns the extension for the generated file
protected GetDefaultExtension ( ) : string
Результат string