C# Class EAAddinFramework.Utils.User

Description of User.
显示文件 Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Public Methods

Method Description
User ( Model model, string login, string firstName, string lastName )

creates a new user based on the given details

Method Details

User() public method

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