C# Класс Subtext.BlogML.Conversion.NullConversionStrategy

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

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

Метод Описание
Generate ( string scope, string originalId ) : string

This is the null conversion strategy. It just returns the original id.

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

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

This is the null conversion strategy. It just returns the original id.
protected Generate ( string scope, string originalId ) : string
scope string The scope for the id. For example, for an auto-incrementing /// int id in a table, this might be the table name. This is how we can distinguish /// between two ids that might be the same.
originalId string
Результат string