Interface ILoginOptions
public interface ILoginOptions
- Extension Methods
Properties
AdminName
string AdminName { get; set; }
Property Value
AdminPassword
string AdminPassword { get; set; }
Property Value
LastPassword
string LastPassword { get; set; }
Property Value
LastUserName
string LastUserName { get; set; }
Property Value
Product
string Product { get; set; }
Property Value
ProductFontSize
double ProductFontSize { get; set; }
Property Value
Remember
bool Remember { get; set; }
Property Value
UseVisitor
bool UseVisitor { get; set; }
Property Value
Methods
Load(out string)
bool Load(out string message)
Parameters
messagestring
Returns
LoadDefault()
void LoadDefault()
Save(out string)
bool Save(out string message)
Parameters
messagestring