Table of Contents

Interface ILoginOption

Namespace
HeBianGu.Systems.Identity
Assembly
HeBianGu.Systems.Identity.dll
public interface ILoginOption
Extension Methods

Properties

Company

string Company { get; set; }

Property Value

string
string Copyright { get; set; }

Property Value

string

LastPassword

string LastPassword { get; set; }

Property Value

string

LastUserName

string LastUserName { get; set; }

Property Value

string
string Logo { get; set; }

Property Value

string

Password

string Password { get; set; }

Property Value

string

PasswordRegular

string PasswordRegular { get; set; }

Property Value

string

Product

string Product { get; set; }

Property Value

string

ProductFontSize

int ProductFontSize { get; set; }

Property Value

int

Remember

bool Remember { get; set; }

Property Value

bool

Title

string Title { get; set; }

Property Value

string

UserName

string UserName { get; set; }

Property Value

string

Version

string Version { get; set; }

Property Value

string