public class User : ModelEdit, IUser
User | Initializes a new instance of the User class |
Age | Gets or sets the Age. |
BirthDate | Gets or sets the Date of Birth. |
Gets or sets the E-mail address. | |
Gender | Gets or sets the Gender. |
Id | Gets or sets the primary key. (Overrides ModelDataId) |
Name | Gets or sets the User Name. |
Clone | Creates a new object that is a copy of the current instance. (Overrides ModelEditClone) |
Equals | Indicates whether the current object is equal to another object of the same type. (Overrides ModelEditEquals(Object)) |
GetUsers | Retrieves a list of users. |
GetUsersAsync | Asynchronously retrieves a list of users. |
Update | Updates the current object properties from an object of the same type. (Overrides ModelEditUpdate(Object)) |