Difference between revisions of "CAIndex"

(Filled in list of members)
 
Line 1: Line 1:
 
[[Category:ADE Classes]]
 
[[Category:ADE Classes]]
<< [[Analytica Decision Engine (ADE) API]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] >
  
= class CAIndex (ADE) =
+
The CAIndex class provides information about the index of a [[CATable]].
 
 
The [[CAIndex]] class provides information about the index of a [[CATable]].
 
  
 
= Properties =
 
= Properties =
Line 39: Line 38:
 
=== bool ObtainIndex(string indexName) ===
 
=== bool ObtainIndex(string indexName) ===
  
= See Also =
+
=See Also=
 
+
{| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5
<comments />
+
|- style="text-align: center"
 +
|  [[CATable]]  <-  ||  [[CAIndex]] || -> [[CARenderingStyle]]

Revision as of 20:58, 2 June 2015

ADE User Guide > ADE Server Class Reference >

The CAIndex class provides information about the index of a CATable.

Properties

{get} int IndexElements

Returns the number of elements in the index.

{get,put} string Name

Sets and returns the name of the object.

{get,put} CARenderingStyle RenderingStyle

Settings controlling how atomic values are returned.


Methods

int GetNumberByValue(variant w)

Returns an index element's position in the index given its label.

variant GetValueByNumber(int i)

Returns an index elements label, based on its position in the index.


Internal Use Only

These methods are used internally by ADE, and should not be called by your program.

bool Send()

bool ObtainIndex(string indexName)

See Also

CATable <- CAIndex -> CARenderingStyle
Comments


You are not allowed to post comments.