C# Class EventManagerPro.Models.LoginModel

Inheritance: BaseModel, IDataErrorInfo
Mostrar archivo Open project: sagittaros/EventManagerModel

Public Methods

Method Description
LoginModel ( ) : System
UsernameIsValid ( string value ) : bool

Checks if Username input is valid.

this ( string propertyName ) : string

Method Details

LoginModel() public method

public LoginModel ( ) : System
return System

UsernameIsValid() public method

Checks if Username input is valid.
public UsernameIsValid ( string value ) : bool
value string User input for Username property.
return bool

this() public method

public this ( string propertyName ) : string
propertyName string
return string