User Class

This class contains details of a User.

Definition

Namespace: Common.Core.Models
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public class User : ModelEdit, IUser
Inheritance
Object    ModelBase    ModelData    ModelEdit    User
Implements
IUser

Constructors

UserInitializes a new instance of the User class

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 primary key.
(Overrides ModelDataId)
NameGets or sets the User Name.

Methods

CloneCreates a new object that is a copy of the current instance.
(Overrides ModelEditClone)
EqualsIndicates whether the current object is equal to another object of the same type.
(Overrides ModelEditEquals(Object))
GetUsersRetrieves a list of users.
GetUsersAsyncAsynchronously retrieves a list of users.
UpdateUpdates the current object properties from an object of the same type.
(Overrides ModelEditUpdate(Object))

See Also