C# 클래스 EAAddinFramework.Utils.User

Description of User.
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools 1 사용 예제들

공개 메소드들

메소드 설명
User ( Model model, string login, string firstName, string lastName )

creates a new user based on the given details

메소드 상세

User() 공개 메소드

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