CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
AECQueryInfo Class Reference

#include <AECQueryInfo.h>

Public Member Functions

 AECQueryInfo ()
 
virtual ~AECQueryInfo ()
 
const OdStringGetObjectClassName () const
 
void SetObjectClassName (const OdString &strObject)
 
const OdStringGetQueryName () const
 
void SetQueryName (const OdString &strQuery)
 
const OdStringGetPropertyName () const
 
void SetPropertyName (const OdString &strProperty)
 
OdUInt32 GetIndex () const
 
void SetIndex (OdUInt32 iValue)
 

Protected Attributes

OdString m_strClassName
 
OdString m_strQueryName
 
OdString m_strPropertyName
 
OdUInt32 m_iIndex
 

Detailed Description

AEC query info.

Remarks
Used mainly for scheduling purposes. See AECDbScheduleTable.

<group TA_API_Auxiliary_Classes>

Definition at line 38 of file AECQueryInfo.h.

Constructor & Destructor Documentation

◆ AECQueryInfo()

AECQueryInfo::AECQueryInfo ( )

Default constructor.

◆ ~AECQueryInfo()

virtual AECQueryInfo::~AECQueryInfo ( )
virtual

Destructor.

Member Function Documentation

◆ GetIndex()

OdUInt32 AECQueryInfo::GetIndex ( ) const

Returns global index.

◆ GetObjectClassName()

const OdString & AECQueryInfo::GetObjectClassName ( ) const

Returns class name.

◆ GetPropertyName()

const OdString & AECQueryInfo::GetPropertyName ( ) const

Returns the name of the property to query.

◆ GetQueryName()

const OdString & AECQueryInfo::GetQueryName ( ) const

Returns query class name.

◆ SetIndex()

void AECQueryInfo::SetIndex ( OdUInt32  iValue)

Sets global index.

◆ SetObjectClassName()

void AECQueryInfo::SetObjectClassName ( const OdString strObject)

Sets class name.

◆ SetPropertyName()

void AECQueryInfo::SetPropertyName ( const OdString strProperty)

Sets the name of the property to query.

◆ SetQueryName()

void AECQueryInfo::SetQueryName ( const OdString strQuery)

Sets query class name.

Member Data Documentation

◆ m_iIndex

OdUInt32 AECQueryInfo::m_iIndex
protected

Definition at line 96 of file AECQueryInfo.h.

◆ m_strClassName

OdString AECQueryInfo::m_strClassName
protected

Definition at line 93 of file AECQueryInfo.h.

◆ m_strPropertyName

OdString AECQueryInfo::m_strPropertyName
protected

Definition at line 95 of file AECQueryInfo.h.

◆ m_strQueryName

OdString AECQueryInfo::m_strQueryName
protected

Definition at line 94 of file AECQueryInfo.h.


The documentation for this class was generated from the following file: