C# Класс Subtext.Framework.Components.Entry

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

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

Метод Описание
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