.NET Helper Packages
C#
Show/Hide TOC
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#
Copy
public
interface
IUser
Properties
Age
Gets or sets the Age.
BirthDate
Gets or sets the Date of Birth.
Email
Gets or sets the E-mail address.
Gender
Gets or sets the Gender.
Id
Gets or sets the unique identifier.
Name
Gets or sets the User Name.
See Also
Reference
Common.Core.Interfaces Namespace
In This Article
Definition
Properties
See Also