Table of Contents

Class UserDataProfile.Builder

Namespace
DotNetBrowser.UserData
Assembly
DotNetBrowser.dll

A builder for creating a new UserDataProfile instance.

public sealed class UserDataProfile.Builder
Inheritance
UserDataProfile.Builder
Inherited Members

Properties

Address

Gets or sets the address entered by the user.

CompanyName

Gets or sets the name of the company entered by the user.

Email

Gets or sets the email entered by the user.

FullName

Gets or sets the full name entered by the user.

PhoneNumber

Gets or sets the phone number entered by the user.

Methods

Build()

Builds a new UserDataProfile instance with the properties set in the builder.