Table of Contents

Class MultiLoginWindowBase

Namespace
HeBianGu.Systems.Identity
Assembly
HeBianGu.Systems.Identity.dll
[TemplatePart(Name = "PART_BUTTON_SUMIT", Type = typeof(ProgressButton))]
public class MultiLoginWindowBase : DialogWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
Inheritance
MultiLoginWindowBase
Implements
Inherited Members
Extension Methods

Constructors

MultiLoginWindowBase()

public MultiLoginWindowBase()

Fields

InputPhoneVerificationCodeProperty

public static readonly DependencyProperty InputPhoneVerificationCodeProperty

Field Value

DependencyProperty

InputVerificationCodeProperty

public static readonly DependencyProperty InputVerificationCodeProperty

Field Value

DependencyProperty

IntroductionContentProperty

public static readonly DependencyProperty IntroductionContentProperty

Field Value

DependencyProperty

IsAgreeProperty

public static readonly DependencyProperty IsAgreeProperty

Field Value

DependencyProperty

IsBuzyProperty

public static readonly DependencyProperty IsBuzyProperty

Field Value

DependencyProperty

IsForgetpasswordProperty

public static readonly DependencyProperty IsForgetpasswordProperty

Field Value

DependencyProperty

IsLoginPageProperty

public static readonly DependencyProperty IsLoginPageProperty

Field Value

DependencyProperty

IsNextPageProperty

public static readonly DependencyProperty IsNextPageProperty

Field Value

DependencyProperty

LoginAccountProperty

public static readonly DependencyProperty LoginAccountProperty

Field Value

DependencyProperty

LoginPasswordProperty

public static readonly DependencyProperty LoginPasswordProperty

Field Value

DependencyProperty

LogoProperty

public static readonly DependencyProperty LogoProperty

Field Value

DependencyProperty

PhoneProperty

public static readonly DependencyProperty PhoneProperty

Field Value

DependencyProperty

PhoneVerificationCodeProperty

public static readonly DependencyProperty PhoneVerificationCodeProperty

Field Value

DependencyProperty

RegisterMessageProperty

public static readonly DependencyProperty RegisterMessageProperty

Field Value

DependencyProperty

RegisterPasswordProperty

public static readonly DependencyProperty RegisterPasswordProperty

Field Value

DependencyProperty

RegistorErrorMessageProperty

public static readonly DependencyProperty RegistorErrorMessageProperty

Field Value

DependencyProperty

VerificationCodeProperty

public static readonly DependencyProperty VerificationCodeProperty

Field Value

DependencyProperty

VerifypasswordProperty

public static readonly DependencyProperty VerifypasswordProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

InputPhoneVerificationCode

输入的短信验证码

public string InputPhoneVerificationCode { get; set; }

Property Value

string

InputVerificationCode

输入的验证码

public string InputVerificationCode { get; set; }

Property Value

string

IntroductionContent

public object IntroductionContent { get; set; }

Property Value

object

IsAgree

阅读并同意

public bool IsAgree { get; set; }

Property Value

bool

IsBuzy

正在执行

public bool IsBuzy { get; set; }

Property Value

bool

IsForgetpassword

是否是忘记密码页面

public bool IsForgetpassword { get; set; }

Property Value

bool

IsLoginPage

是否是登录页面

public bool IsLoginPage { get; set; }

Property Value

bool

IsNextPage

是否注册页面切换到下一页

public bool IsNextPage { get; set; }

Property Value

bool

LoginAccount

登录账号

public string LoginAccount { get; set; }

Property Value

string

LoginPassword

登录密码

public string LoginPassword { get; set; }

Property Value

string
public ImageSource Logo { get; set; }

Property Value

ImageSource

Phone

手机号

public string Phone { get; set; }

Property Value

string

PhoneVerificationCode

短信验证码

public string PhoneVerificationCode { get; set; }

Property Value

string

RegisterMessage

注册的日志信息

public string RegisterMessage { get; set; }

Property Value

string

RegisterPassword

输入密码

public string RegisterPassword { get; set; }

Property Value

string

RegistorErrorMessage

注册的错误日志

public string RegistorErrorMessage { get; set; }

Property Value

string

VerificationCode

验证码

public string VerificationCode { get; set; }

Property Value

string

Verifypassword

再次输入密码

public string Verifypassword { get; set; }

Property Value

string

Methods

ClearRegister()

public void ClearRegister()

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()