Show / Hide Table of Contents

Interface IPersonName

Represents a persons name.

Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IPersonName

Properties

FirstName

Gets or sets the persons first name.

Declaration
string FirstName { get; set; }
Property Value
String

LastName

Gets or sets the persons last name.

Declaration
string LastName { get; set; }
Property Value
String

Extension Methods

PersonExtensions.GetInitials(IPersonName)
Back to top Generated by DocFX