C# Class EAAddinFramework.Utils.User

Description of User.
Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Méthodes publiques

Méthode Description
User ( Model model, string login, string firstName, string lastName )

creates a new user based on the given details

Method Details

User() public méthode

creates a new user based on the given details
public User ( Model model, string login, string firstName, string lastName )
model Model the model containing the user
login string the string used to log in into the tool
firstName string the first name of the user
lastName string the last name of the user