Class CsvExpression
Query csv file.
Inheritance
System.Object
CsvExpression
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CsvExpression : object
Constructors
CsvExpression()
Creates a new instance of this class
Declaration
public CsvExpression()
Properties
Delimiter
Specifies the delimiter for cvs' values.
Declaration
public string Delimiter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DialogExpression
Gets or sets the conditions which are checked to obtain the search result.
Declaration
public DialogExpression DialogExpression { get; set; }
Property Value
Type | Description |
---|---|
DialogExpression |
IsUtc
Specifies whether the time values to be in Utc or Local.
Declaration
public bool IsUtc { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |