Class MailVerify
public class MailVerify : BindableBase, INotifyPropertyChanged, IDataErrorInfo
- Inheritance
-
MailVerify
- Implements
- Inherited Members
- Extension Methods
Properties
Agree
说明
public bool Agree { get; set; }
Property Value
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
this[string]
Gets the error message for the property with the given name.
public string this[string columnName] { get; }
Parameters
columnName
stringThe name of the property whose error message to get.
Property Value
- string
The error message for the property. The default is an empty string ("").
说明
public string Mail { get; set; }
Property Value
Message
说明
public string Message { get; set; }
Property Value
VerifyCode
说明
public string VerifyCode { get; set; }
Property Value
Methods
IsMailValid()
public bool IsMailValid()
Returns
Valid()
public bool Valid()