Class UserCreated
public class UserCreated : Change, IChange
- Inheritance
-
UserCreated
- Implements
- Inherited Members
- Extension Methods
Constructors
UserCreated(string, string, string, string, string, string)
public UserCreated(string email, string firstName, string lastName, string middleName, string fullName, string timeZone)
Parameters
Properties
public string Email { get; set; }
Property Value
FirstName
public string FirstName { get; set; }
Property Value
FullName
public string FullName { get; set; }
Property Value
LastName
public string LastName { get; set; }
Property Value
MiddleName
public string MiddleName { get; set; }
Property Value
TimeZone
public string TimeZone { get; set; }