Class CsvExpression
Query csv file.
Inheritance
System.Object
    CsvExpression
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CsvExpression
  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 |