Table of Contents

Class MailVerify

Namespace
H.Modules.Login
Assembly
H.Modules.Login.dll
public class MailVerify : BindableBase, INotifyPropertyChanged, IDataErrorInfo
Inheritance
MailVerify
Implements
Inherited Members
Extension Methods

Properties

Agree

说明

public bool Agree { get; set; }

Property Value

bool

Error

Gets an error message indicating what is wrong with this object.

public string Error { get; }

Property Value

string

An error message indicating what is wrong with this object. The default is an empty string ("").

InputCode

说明

public string InputCode { get; set; }

Property Value

string

this[string]

Gets the error message for the property with the given name.

public string this[string columnName] { get; }

Parameters

columnName string

The name of the property whose error message to get.

Property Value

string

The error message for the property. The default is an empty string ("").

Mail

说明

public string Mail { get; set; }

Property Value

string

Message

说明

public string Message { get; set; }

Property Value

string

VerifyCode

说明

public string VerifyCode { get; set; }

Property Value

string

Methods

IsMailValid()

public bool IsMailValid()

Returns

bool

Valid()

public bool Valid()

Returns

bool