Click or drag to resize

LeadDetailsAuthorToken Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.Analytics.LeadsLeadDetailsAuthorToken

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class LeadDetailsAuthorToken : DbObject

The LeadDetailsAuthorToken type exposes the following members.

Constructors
  NameDescription
Public methodLeadDetailsAuthorToken
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAuthorizationToken
Gets or sets the authorization token.
Public propertyConnection (Inherited from DbObject.)
Public propertyEmailSentDate
Gets or sets the email sent date.
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyTransaction (Inherited from DbObject.)
Public propertyVisitorId
Gets or sets the visitor ID.
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodFill
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetAllLeadAuthorTokens
Returns all lead details tokens.
Public methodStatic memberGetLeadAuthorTokenByToken
Returns object of class Dynamicweb.Analytics.Leads.LeadDetailsAuthorToken by token.
Public methodStatic memberGetLeadAuthorTokenByVisitorIdAndToken
Returns object of LeadDetailsAuthorToken class by visitor ID and token.
Public methodLoad (Inherited from DbObject.)
Public methodSave (Inherited from DbObject.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
See Also