IUser Interface

Interface for a User implementation class.

Definition

Namespace: Common.Core.Interfaces
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public interface IUser

Properties

AgeGets or sets the Age.
BirthDateGets or sets the Date of Birth.
EmailGets or sets the E-mail address.
GenderGets or sets the Gender.
IdGets or sets the unique identifier.
NameGets or sets the User Name.

See Also