ImportSubjectArgs Class |
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class ImportSubjectArgs : _ImportSubjectArgs
The ImportSubjectArgs type exposes the following members.
Name | Description | |
---|---|---|
ImportSubjectArgs | Initializes a new instance of the ImportSubjectArgs class |
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
bDynamic |
Gets and sets a property that indicates if the smartdataobject this subject is based on is a dynamic one.
| |
cAllowContains |
Gets and sets a property that contains a list which indicates if each field in the subject can be used for in the query for conditions that use the Progress CONTAINS keyword requiring a word index.
| |
cAllowIndex |
Gets and sets a property that contains a list which indicates if each field in the subject can be used for query conditions.
| |
cAllowSort |
Gets and sets a property that contains a list which indicates if each field in the subject can be used for query sorting.
| |
cBuffers |
Gets and sets a property that contains a list of buffers the fields in this subject use.
| |
cDataTypes |
Gets and sets a property that contains a list of field data types used in the subject.
| |
cDescription |
Gets and sets a property that contains the subject description.
| |
cExpression |
Gets and sets a property that contains a list which contains the calculated field syntax of each field in the subject.
| |
cExtent |
Gets and sets a property that contains a list which indicates the extent of each field in the subject.
| |
cFields |
Gets and sets a property that contains a list for field names used in the subject.
| |
cFormats |
Gets and sets a property that contains a list of field formats used in the subject.
| |
cID |
Gets and sets a property that contains the subject ID.
| |
cIndexes |
Gets and sets a property that contains a list of indexes that should be used for each table used in the subject.
| |
cLabels |
Gets and sets a property that contains a list of field labels used in the subject.
| |
cLinks |
Gets and sets a property that contains a list of link id's used to join the table to it's parent table.
| |
cLookups |
Gets and sets a property that contains a list which contains the lookup of each field in the subject.
| |
cParents |
Gets and sets a property that contains a list for parent tables of the tables used in the subject.
| |
cSmartDataObject |
Gets and sets a property that contains the smartdataobject, business logic procedure, stored procedure or SQL query string used for this subject.
| |
cSvrFormat |
Gets and sets a property that contains a list which contains the calculated field format of each field in the subject.
| |
cSystemName |
Gets and sets a property that contains the system the subject belongs to.
| |
cTables |
Gets and sets a property that contains a list for tables used in the subject.
| |
cTitle |
Gets and sets a property that contains the subject title.
| |
cWidth |
Gets and sets a property that contains a list which indicates the width of each field in the subject.
|