Click or drag to resize
ImportSubjectArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Arguments for ImportSubject method.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineImportSubjectArgs

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ImportSubjectArgs : _ImportSubjectArgs

The ImportSubjectArgs type exposes the following members.

Constructors
  NameDescription
Public methodImportSubjectArgs
Initializes a new instance of the ImportSubjectArgs class
Top
Fields
Properties
  NameDescription
Public propertybDynamic
Gets and sets a property that indicates if the smartdataobject this subject is based on is a dynamic one.
Public propertycAllowContains
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.
Public propertycAllowIndex
Gets and sets a property that contains a list which indicates if each field in the subject can be used for query conditions.
Public propertycAllowSort
Gets and sets a property that contains a list which indicates if each field in the subject can be used for query sorting.
Public propertycBuffers
Gets and sets a property that contains a list of buffers the fields in this subject use.
Public propertycDataTypes
Gets and sets a property that contains a list of field data types used in the subject.
Public propertycDescription
Gets and sets a property that contains the subject description.
Public propertycExpression
Gets and sets a property that contains a list which contains the calculated field syntax of each field in the subject.
Public propertycExtent
Gets and sets a property that contains a list which indicates the extent of each field in the subject.
Public propertycFields
Gets and sets a property that contains a list for field names used in the subject.
Public propertycFormats
Gets and sets a property that contains a list of field formats used in the subject.
Public propertycID
Gets and sets a property that contains the subject ID.
Public propertycIndexes
Gets and sets a property that contains a list of indexes that should be used for each table used in the subject.
Public propertycLabels
Gets and sets a property that contains a list of field labels used in the subject.
Public propertycLinks
Gets and sets a property that contains a list of link id's used to join the table to it's parent table.
Public propertycLookups
Gets and sets a property that contains a list which contains the lookup of each field in the subject.
Public propertycParents
Gets and sets a property that contains a list for parent tables of the tables used in the subject.
Public propertycSmartDataObject
Gets and sets a property that contains the smartdataobject, business logic procedure, stored procedure or SQL query string used for this subject.
Public propertycSvrFormat
Gets and sets a property that contains a list which contains the calculated field format of each field in the subject.
Public propertycSystemName
Gets and sets a property that contains the system the subject belongs to.
Public propertycTables
Gets and sets a property that contains a list for tables used in the subject.
Public propertycTitle
Gets and sets a property that contains the subject title.
Public propertycWidth
Gets and sets a property that contains a list which indicates the width of each field in the subject.
Top
Remarks