C# Class PRTools.Web.Models.AccountManagementViewModel

Afficher le fichier Open project: AcklenAvenue/PRTools Class Usage Examples

Méthodes publiques

Méthode Description
AccountManagementViewModel ( ) : System.Collections.Generic
AccountManagementViewModel ( IEnumerable list ) : System.Collections.Generic
AddAccount ( AccountViewModel account ) : void
AddMessage ( string message ) : void

Method Details

AccountManagementViewModel() public méthode

public AccountManagementViewModel ( ) : System.Collections.Generic
Résultat System.Collections.Generic

AccountManagementViewModel() public méthode

public AccountManagementViewModel ( IEnumerable list ) : System.Collections.Generic
list IEnumerable
Résultat System.Collections.Generic

AddAccount() public méthode

public AddAccount ( AccountViewModel account ) : void
account AccountViewModel
Résultat void

AddMessage() public méthode

public AddMessage ( string message ) : void
message string
Résultat void