Table of Contents

Class TestUser

Namespace
H.Modules.Login
Assembly
H.Modules.Login.dll
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

account string
password string
name string

Properties

Account

public string Account { get; set; }

Property Value

string

ID

public string ID { get; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Password

public string Password { get; set; }

Property Value

string

Methods

IsValid(string)

public bool IsValid(string authorId)

Parameters

authorId string

Returns

bool