Class PersonCreated
public class PersonCreated : Change, IChange
- Inheritance
-
PersonCreated
- Implements
- Inherited Members
- Extension Methods
Constructors
PersonCreated(Guid, Guid, string)
public PersonCreated(Guid userId, Guid organizationId, string fullName)
Parameters
Properties
FullName
public string FullName { get; set; }
Property Value
OrganizationId
public Guid OrganizationId { get; set; }
Property Value
UserId
public Guid UserId { get; set; }