Class TabularText
Represents the model of tabular text DataSet.
Inherited Members
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public sealed class TabularText : Model, IDesignable, IModels, IReadOnlyCollection<Model>, IEntity
Fields
Name | Description |
---|---|
CommaDelimiter | Gets the comma delimiter char ','. |
QuotationMark | Gets the quotation mark char '"'. |
TabDelimiter | Gets the tab delimiter char '\t'. |
Properties
Name | Description |
---|---|
CanPasteFromClipboard | Gets a value indicates whether tabular text DataSet can be pasted from clipboard. |
TextColumns | Gets the text columns. |
Methods
Name | Description |
---|---|
Parse(TextReader, Char) | Parses text from text reader into tabular text DataSet. |
Parse(String, Char) | Parses string into tabular text DataSet. |
PasteFromClipboard() | Pastes data from clipboard. |