Click or drag to resize

UserDataProfile Class

The collected data entered by the user to a form and persisted to the user data store.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.UserDataUserDataProfile

Namespace:  DotNetBrowser.UserData
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class UserDataProfile

The UserDataProfile type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Gets the address entered by the user.
Public propertyCompanyName
Gets the name of the company entered by the user.
Public propertyEmail
Gets the email value entered by the user.
Public propertyFullName
Gets the full name value entered by the user.
Public propertyPhoneNumber
Gets the phone number value entered by the user.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also