Table of Contents

Class UserViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
UserViewModel represents the rendering context used when a user is rendered.
public class UserViewModel : ViewModelBase
Inheritance
UserViewModel
Inherited Members

Constructors

UserViewModel()

Initializes a new instance of the UserViewModel class.
public UserViewModel()
See Also

Properties

Address

Gets or sets the address.
public string Address { get; set; }

Property Value

string
The address.
See Also

Address2

Gets or sets the address2.
public string Address2 { get; set; }

Property Value

string
The address2.
See Also

AddressCustomFields

public Dictionary<string, CustomFieldValueViewModel> AddressCustomFields { get; set; }

Property Value

Dictionary<string, CustomFieldValueViewModel>
See Also

City

Gets or sets the city.
public string City { get; set; }

Property Value

string
The city.
See Also

Company

Gets or sets the company.
public string Company { get; set; }

Property Value

string
The company.
See Also

Country

Gets or sets the country.
public string Country { get; set; }

Property Value

string
The country.
See Also

CountryCode

Gets or sets the country code.
public string CountryCode { get; set; }

Property Value

string
The country code.
See Also

Currency

Gets or sets the currency.
public string Currency { get; set; }

Property Value

string
The country code.
See Also

CustomerNumber

Gets or sets the customer number.
public string CustomerNumber { get; set; }

Property Value

string
The customer number.
See Also

CustomFields

public Dictionary<string, CustomFieldValueViewModel> CustomFields { get; set; }

Property Value

Dictionary<string, CustomFieldValueViewModel>
See Also

Department

Gets or sets the department.
public string Department { get; set; }

Property Value

string
The department.
See Also

Email

Gets or sets the email.
public string Email { get; set; }

Property Value

string
The email.
See Also

ExternalID

Gets the external identifier.
public string ExternalID { get; set; }

Property Value

string
The external identifier.
See Also

FirstName

Gets or sets the first name.
public string FirstName { get; set; }

Property Value

string
The first name.
See Also

HouseNumber

Gets or sets the house number.
public string HouseNumber { get; set; }

Property Value

string
The house number.
See Also

ID

Gets or sets the identifier.
public int ID { get; set; }

Property Value

int
The identifier.
See Also

Image

Gets or sets the image.
public string Image { get; set; }

Property Value

string
The image.
See Also

JobTitle

Gets or sets the job title.
public string JobTitle { get; set; }

Property Value

string
The job title.
See Also

LastName

Gets or sets the last name.
public string LastName { get; set; }

Property Value

string
The last name.
See Also

Location

public UserViewModel.GeoLocation Location { get; set; }

Property Value

UserViewModel.GeoLocation
See Also

MiddleName

Gets or sets the name of the middle.
public string MiddleName { get; set; }

Property Value

string
The name of the middle.
See Also

Name

Gets or sets the name.
public string Name { get; set; }

Property Value

string
The name.
See Also

Phone

Gets or sets the phone.
public string Phone { get; set; }

Property Value

string
The phone.
See Also

PhoneBusiness

Gets or sets the phone business.
public string PhoneBusiness { get; set; }

Property Value

string
The phone business.
See Also

PhoneMobile

Gets or sets the phone mobile.
public string PhoneMobile { get; set; }

Property Value

string
The phone mobile.
See Also

PhonePrivate

Gets or sets the phone private.
public string PhonePrivate { get; set; }

Property Value

string
The phone private.
See Also

ShopID

Gets or sets the shop id.
public string ShopID { get; set; }

Property Value

string
The country code.
See Also

State

Gets or sets the state.
public string State { get; set; }

Property Value

string
The state.
See Also

StockLocationID

Gets or sets the stocklocation.
public long? StockLocationID { get; set; }

Property Value

long?
The country code.
See Also

Title

Gets or sets the title.
public string Title { get; set; }

Property Value

string
The title.
See Also

UserName

Gets or sets the name of the user.
public string UserName { get; set; }

Property Value

string
The name of the user.
See Also

Zip

Gets or sets the zip.
public string Zip { get; set; }

Property Value

string
The zip.
See Also

See Also

To top