C# 클래스 Subtext.BlogML.Conversion.NullConversionStrategy

상속: IdConversionStrategy
파일 보기 프로젝트 열기: ayende/Subtext

보호된 메소드들

메소드 설명
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