Class AlertUserRegistrationSubmitted
- Namespace
- InSite.Domain.Messages
- Assembly
- Shift.Sdk.dll
public class AlertUserRegistrationSubmitted : Notification
- Inheritance
-
AlertUserRegistrationSubmitted
- Inherited Members
-
- Extension Methods
-
Constructors
AlertUserRegistrationSubmitted()
public AlertUserRegistrationSubmitted()
Properties
ApprovalUrl
public string ApprovalUrl { get; set; }
Property Value
- string
City
public string City { get; set; }
Property Value
- string
Email
public string Email { get; set; }
Property Value
- string
FirstName
public string FirstName { get; set; }
Property Value
- string
LastName
public string LastName { get; set; }
Property Value
- string
Name
public string Name { get; }
Property Value
- string
Organization
public string Organization { get; set; }
Property Value
- string
Phone
public string Phone { get; set; }
Property Value
- string
Province
public string Province { get; set; }
Property Value
- string
RegistrationUrl
public string RegistrationUrl { get; set; }
Property Value
- string
Thumbprint
public Guid Thumbprint { get; set; }
Property Value
- Guid