Beispiel #1
0
        public override string ToString()
        {
            var descriptionBuilder = new StringBuilder();

            descriptionBuilder.AppendLine($"Microphone Type: {Microphone.ToString()}\r\n" +
                                          $"Speaker Type: {Speaker.ToString()}\r\n" +
                                          $"Battery Type: {Battery.ToString()}\r\n" +
                                          $"Cell Module Type: {CellModule.ToString()}\r\n" +
                                          $"Screen Type: {Screen.ToString()}\r\n" +
                                          $"User control Type: {Control.ToString()}");
            return(descriptionBuilder.ToString());
        }