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 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class AccountRegistrationRequestData

The AccountRegistrationRequestData type exposes the following members.

Constructors
  NameDescription
Public methodAccountRegistrationRequestData
Initializes a new instance of the AccountRegistrationRequestData class
Top
Properties
  NameDescription
Public propertyAccountName
Gets the account name of the registrant.
Public propertyDisplayName
Gets the display name of the registrant.
Public propertyEmailAddress
Gets the email address of the registrant.
Public propertyMessage
Gets a message from the registrant providing additional information related to this registration.
Public propertyRequestId
Gets the ID of the registration request.
Public propertySubmitDate
Gets the date/time (in UTC) at which the request was submitted.
Top
See Also