Click or drag to resize
SocialTask Class
Inheritance Hierarchy
SystemObject
  DbObject
    Dynamicweb.Content.SocialSocialTask

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public class SocialTask : DbObject

The SocialTask type exposes the following members.

Constructors
  NameDescription
Public methodSocialTask
Initializes a new instance of the SocialTask class
Top
Properties
  NameDescription
Public propertyActive
Public propertyConnection (Inherited from DbObject.)
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyMessageID
Public propertyStartDate
Public propertyTaskType
Public propertyTransaction (Inherited from DbObject.)
Public propertyUrl
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodFill
Fills this instance with data from the specified datareader.
(Overrides DbObject.Fill(IDataReader).)
Protected methodFillRow
Fills this instance with data from the data row.
(Overrides DbObject.FillRow(DataRow).)
Public methodLoad (Inherited from DbObject.)
Public methodSave
Saves current data to the database.
(Overrides DbObject.Save.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
See Also