Class Query
Represents query in external system.
Inherited Members
Namespace: CustomPLMService.Contract.Models.Query
Assembly: CustomPLMService.Contract.dll
Syntax
public class Query
Properties
Attrs
List of custom query attributes (see QueryAttribute).
Declaration
public List<QueryAttribute> Attrs { get; set; }
Property Value
Type | Description |
---|---|
List<QueryAttribute> |
FolderPath
Folder path qualifier
Declaration
public string FolderPath { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxRows
Maximum number of results expected to be returned from this query
Declaration
public long MaxRows { get; set; }
Property Value
Type | Description |
---|---|
long |
ModifyDate
Object modification date qualifier. If present, query results should contains objects modified after this date.
Declaration
public long ModifyDate { get; set; }
Property Value
Type | Description |
---|---|
long |
Type
Object type name qualifier
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |