Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
EntryPropertyCheck ( PostConfig ep ) : bool | ||
PostConfigSetter ( PostConfig ep, bool select ) : void |
public static CalculateChecksum ( string text ) : int | ||
text | string | Text. |
return | int |
protected EntryPropertyCheck ( PostConfig ep ) : bool | ||
ep | PostConfig | |
return | bool |
protected PostConfigSetter ( PostConfig ep, bool select ) : void | ||
ep | PostConfig | |
select | bool | |
return | void |