Class TestUser
public class TestUser : IUser
- Inheritance
-
TestUser
- Implements
- Inherited Members
- Extension Methods
Constructors
TestUser(string, string, string)
public TestUser(string account, string password, string name)
Parameters
Properties
Account
public string Account { get; set; }
Property Value
ID
public string ID { get; }
Property Value
Name
public string Name { get; set; }
Property Value
Password
public string Password { get; set; }
Property Value
Methods
IsValid(string)
public bool IsValid(string authorId)
Parameters
authorIdstring