Click or drag to resize
Post Methods

The Post type exposes the following members.

Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodFill
Fills object properties with data from the given IDataReader object.
(Overrides PostBaseFill(IDataReader).)
Protected methodFillRow
Fills the given DataRow object with object state values.
(Overrides PostBaseFillRow(DataRow).)
Public methodStatic memberGetPostById
Returns the post by its Id.
Public methodStatic memberGetPosts
Gets all posts available posts.
Public methodStatic memberGetPostsByChannelId
Gets all posts by the given channel Id.
Public methodStatic memberGetPostsByMessageId
Gets all posts by the given message Id.
Public methodGetPublishData
Returns the publish data to publish to the channel.
Public methodLoad (Inherited from DbObject.)
Public methodSave (Inherited from DbObject.)
Top
See Also