AccountRegistrationRequestData Class

The account registration request object to return to the user for pending requests.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAccountRegistrationRequestData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class AccountRegistrationRequestData

The AccountRegistrationRequestData type exposes the following members.

Constructors
 NameDescription
Public methodAccountRegistrationRequestDataInitializes a new instance of the AccountRegistrationRequestData class
Top
Properties
 NameDescription
Public propertyAccountNameGets the account name of the registrant.
Public propertyDisplayNameGets the display name of the registrant.
Public propertyEmailAddressGets the email address of the registrant.
Public propertyMessage Gets a message from the registrant providing additional information related to this registration.
Public propertyRequestIdGets the ID of the registration request.
Public propertySubmitDateGets the date/time (in UTC) at which the request was submitted.
Top
See Also