Class UserNameModified
public class UserNameModified : Change, IChange
- Inheritance
-
UserNameModified
- Implements
- Inherited Members
- Extension Methods
Constructors
UserNameModified(string, string, string, string)
public UserNameModified(string firstName, string lastName, string middleName, string fullName)
Parameters
Properties
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; }