Affecto.IdentityManagement.Commanding.Commands.CreateExternalUserAccountCommand.CreateExternalUserAccountCommand C# (CSharp) 메소드

CreateExternalUserAccountCommand() 공개 메소드

public CreateExternalUserAccountCommand ( System.Guid userId, Interfaces type, string name ) : System
userId System.Guid
type Interfaces
name string
리턴 System
        public CreateExternalUserAccountCommand(Guid userId, Interfaces.Model.AccountType type, string name)
        {
            UserId = userId;
            Type = type;
            Name = name;
        }
CreateExternalUserAccountCommand