Class MultiLoginWindowBase
[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
InputVerificationCodeProperty
public static readonly DependencyProperty InputVerificationCodeProperty
Field Value
IntroductionContentProperty
public static readonly DependencyProperty IntroductionContentProperty
Field Value
IsAgreeProperty
public static readonly DependencyProperty IsAgreeProperty
Field Value
IsBuzyProperty
public static readonly DependencyProperty IsBuzyProperty
Field Value
IsForgetpasswordProperty
public static readonly DependencyProperty IsForgetpasswordProperty
Field Value
IsLoginPageProperty
public static readonly DependencyProperty IsLoginPageProperty
Field Value
IsNextPageProperty
public static readonly DependencyProperty IsNextPageProperty
Field Value
LoginAccountProperty
public static readonly DependencyProperty LoginAccountProperty
Field Value
LoginPasswordProperty
public static readonly DependencyProperty LoginPasswordProperty
Field Value
LogoProperty
public static readonly DependencyProperty LogoProperty
Field Value
PhoneProperty
public static readonly DependencyProperty PhoneProperty
Field Value
PhoneVerificationCodeProperty
public static readonly DependencyProperty PhoneVerificationCodeProperty
Field Value
RegisterMessageProperty
public static readonly DependencyProperty RegisterMessageProperty
Field Value
RegisterPasswordProperty
public static readonly DependencyProperty RegisterPasswordProperty
Field Value
RegistorErrorMessageProperty
public static readonly DependencyProperty RegistorErrorMessageProperty
Field Value
VerificationCodeProperty
public static readonly DependencyProperty VerificationCodeProperty
Field Value
VerifypasswordProperty
public static readonly DependencyProperty VerifypasswordProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
InputPhoneVerificationCode
输入的短信验证码
public string InputPhoneVerificationCode { get; set; }
Property Value
InputVerificationCode
输入的验证码
public string InputVerificationCode { get; set; }
Property Value
IntroductionContent
public object IntroductionContent { get; set; }
Property Value
IsAgree
阅读并同意
public bool IsAgree { get; set; }
Property Value
IsBuzy
正在执行
public bool IsBuzy { get; set; }
Property Value
IsForgetpassword
是否是忘记密码页面
public bool IsForgetpassword { get; set; }
Property Value
IsLoginPage
是否是登录页面
public bool IsLoginPage { get; set; }
Property Value
IsNextPage
是否注册页面切换到下一页
public bool IsNextPage { get; set; }
Property Value
LoginAccount
登录账号
public string LoginAccount { get; set; }
Property Value
LoginPassword
登录密码
public string LoginPassword { get; set; }
Property Value
Logo
public ImageSource Logo { get; set; }
Property Value
Phone
手机号
public string Phone { get; set; }
Property Value
PhoneVerificationCode
短信验证码
public string PhoneVerificationCode { get; set; }
Property Value
RegisterMessage
注册的日志信息
public string RegisterMessage { get; set; }
Property Value
RegisterPassword
输入密码
public string RegisterPassword { get; set; }
Property Value
RegistorErrorMessage
注册的错误日志
public string RegistorErrorMessage { get; set; }
Property Value
VerificationCode
验证码
public string VerificationCode { get; set; }
Property Value
Verifypassword
再次输入密码
public string Verifypassword { get; set; }
Property Value
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()