C# 클래스 Subtext.Framework.Components.Entry

상속: IIdentifiable
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
CalculateChecksum ( string text ) : int

Calculates a simple checksum of the specified text. This is used for comment filtering purposes. Once deployed, this algorithm shouldn't change.

Entry ( PostType ptype ) : System

Creates a new Entry instance.

보호된 메소드들

메소드 설명
EntryPropertyCheck ( PostConfig ep ) : bool
PostConfigSetter ( PostConfig ep, bool select ) : void

메소드 상세

CalculateChecksum() 공개 정적인 메소드

Calculates a simple checksum of the specified text. This is used for comment filtering purposes. Once deployed, this algorithm shouldn't change.
public static CalculateChecksum ( string text ) : int
text string Text.
리턴 int

Entry() 공개 메소드

Creates a new Entry instance.
public Entry ( PostType ptype ) : System
ptype PostType Ptype.
리턴 System

EntryPropertyCheck() 보호된 메소드

protected EntryPropertyCheck ( PostConfig ep ) : bool
ep PostConfig
리턴 bool

PostConfigSetter() 보호된 메소드

protected PostConfigSetter ( PostConfig ep, bool select ) : void
ep PostConfig
select bool
리턴 void