A BriefYourmarket User
More...
|
| int | Id [get, set] |
| | The Database ID of the User More...
|
| |
| string | UserName [get, set] |
| | The User name used to sign in. More...
|
| |
| UserRole | Roles [get, set] |
| | What roles does this user have More...
|
| |
| LookupValue [] | NewsletterCategories [get, set] |
| | What categories can the user authorarticles for if they have the author role. More...
|
| |
| bool | NoBrand [get, set] |
| | Does the user have the default(None) Brand. If true, then the user can access contacts who have no brand. More...
|
| |
| LookupValue [] | Brands [get, set] |
| | The list of non-default brands that the user has. The User can only access contacts who have one of these brands. More...
|
| |
| string | FirstName [get, set] |
| | The Users First Name More...
|
| |
| string | LastName [get, set] |
| | The Users Last Name More...
|
| |
| string | Password [get, set] |
| | The password for this user. This is only used for updates. The password will never be returned. If the password is null or empty, then it will not be changed. More...
|
| |
| int [] | DeliveryAddressIds [get, set] |
| | An array of ids for Deliveryaddresses associated with this user. The ids can be obtained by a call to GetDeliveryAddresses. More...
|
| |
◆ Brands
The list of non-default brands that the user has. The User can only access contacts who have one of these brands.
◆ DeliveryAddressIds
| int [] BriefYourMarket.Service.User.DeliveryAddressIds |
|
getset |
An array of ids for Deliveryaddresses associated with this user. The ids can be obtained by a call to GetDeliveryAddresses.
◆ FirstName
| string BriefYourMarket.Service.User.FirstName |
|
getset |
◆ Id
| int BriefYourMarket.Service.User.Id |
|
getset |
The Database ID of the User
◆ LastName
| string BriefYourMarket.Service.User.LastName |
|
getset |
◆ NewsletterCategories
| LookupValue [] BriefYourMarket.Service.User.NewsletterCategories |
|
getset |
What categories can the user authorarticles for if they have the author role.
◆ NoBrand
| bool BriefYourMarket.Service.User.NoBrand |
|
getset |
Does the user have the default(None) Brand. If true, then the user can access contacts who have no brand.
◆ Password
| string BriefYourMarket.Service.User.Password |
|
getset |
The password for this user. This is only used for updates. The password will never be returned. If the password is null or empty, then it will not be changed.
◆ Roles
| UserRole BriefYourMarket.Service.User.Roles |
|
getset |
What roles does this user have
◆ UserName
| string BriefYourMarket.Service.User.UserName |
|
getset |
The User name used to sign in.
The documentation for this class was generated from the following file: