Skip to content

TextTable.ToString() should provide overload method for options class #18

Description

@jochenwezel

Requirements

  • Method ToString(CompuMaster.Data.ConvertToPlainTextTableOptions options) with support
    • for all configurable option settings
    • with support to remove line between header cells and data cells (as already default style in CompuMaster.Data.DataTables.*)
    • with support for min/max chars per column (as already implemented in CompuMaster.Data.DataTables.*)
  • CompuMaster.Data.ConvertToPlainTextTableOptions should provide a standard configuration for default style of current .ToString() output
  • Test implementations: Plain text tables output should render equally between .ToString(options) and already implemented methods in CompuMaster.Data.DataTables.*
    • CompuMaster.Data.ConvertToPlainTextTableOptions.SimpleLayout
    • all other default styles of CompuMaster.Data.ConvertToPlainTextTableOptions....

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions