Table of Contents

Interface ILoginOptions

Namespace
H.Modules.Login
Assembly
H.Modules.Login.dll
public interface ILoginOptions
Extension Methods

Properties

AdminName

string AdminName { get; set; }

Property Value

string

AdminPassword

string AdminPassword { get; set; }

Property Value

string

LastPassword

string LastPassword { get; set; }

Property Value

string

LastUserName

string LastUserName { get; set; }

Property Value

string

Product

string Product { get; set; }

Property Value

string

ProductFontSize

double ProductFontSize { get; set; }

Property Value

double

Remember

bool Remember { get; set; }

Property Value

bool

UseVisitor

bool UseVisitor { get; set; }

Property Value

bool

Methods

Load(out string)

bool Load(out string message)

Parameters

message string

Returns

bool

LoadDefault()

void LoadDefault()

Save(out string)

bool Save(out string message)

Parameters

message string

Returns

bool