Class PersonName
public class PersonName
- Inheritance
-
PersonName
- Inherited Members
- Extension Methods
Constructors
PersonName()
public PersonName()
Properties
First
public string First { get; set; }
Property Value
FullPerson
public string FullPerson { get; set; }
Property Value
FullUser
public string FullUser { get; set; }
Property Value
Last
public string Last { get; set; }
Property Value
OrganizationId
public Guid OrganizationId { get; set; }
Property Value
PersonId
public Guid PersonId { get; set; }
Property Value
UserId
public Guid UserId { get; set; }