BLL.Workflows.CreateTaskArguments.CreateTaskArguments C# (CSharp) Метод

CreateTaskArguments() публичный Метод

public CreateTaskArguments ( Models computer, Models imageProfile, string direction ) : System
computer Models
imageProfile Models
direction string
Результат System
        public CreateTaskArguments(Models.Computer computer, Models.ImageProfile imageProfile, string direction)
        {
            _computer = computer;
            _imageProfile = imageProfile;
            _direction = direction;
            _activeTaskArguments = new StringBuilder();
        }