OpenEdge.DataAdmin.IndexFieldList
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL Add (IIndexField) |
|
||
| LOGICAL Add (Object) |
|
||
| LOGICAL AddAll (IDataAdminCollection) |
/* end method. */
|
||
| LOGICAL Contains (IIndexField) |
|
||
| LOGICAL Contains (Object) |
|
||
| OpenEdge.DataAdmin.Binding.IDataAdminContext CreateLocalContext () |
|
||
| OpenEdge.DataAdmin.IIndexField Get (integer) |
|
||
| INTEGER IndexOf (IIndexField) |
/* The Number is also the list number */
|
||
| INTEGER IndexOf (Object) |
/* Returns the index in this list of the specified extent */
|
||
| PrepareExport () |
|
||
| PrepareExportList () |
|
||
| PrepareExportTree () |
|
||
| LOGICAL Remove (IIndexField) |
|
||
| LOGICAL Remove (Object) |
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| IndexFieldList (IDataAdminContext) |
/* end constructor. */
|
Method Detail
LOGICAL Add (IIndexField)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL Add (Object)
|
||||||||||||||||
LOGICAL AddAll (IDataAdminCollection)
|
||||||||||||||||
LOGICAL Contains (IIndexField)
|
||||||||||||||||
LOGICAL Contains (Object)
|
||||||||||||||||
OpenEdge.DataAdmin.Binding.IDataAdminContext CreateLocalContext () |
||||||||||||||||
OpenEdge.DataAdmin.IIndexField Get (integer)
|
||||||||||||||||
INTEGER IndexOf (IIndexField)
|
||||||||||||||||
INTEGER IndexOf (Object)
|
||||||||||||||||
PrepareExport () |
||||||||||||||||
PrepareExportList () |
||||||||||||||||
PrepareExportTree () |
||||||||||||||||
LOGICAL Remove (IIndexField)
|
||||||||||||||||
LOGICAL Remove (Object)
|
||||||||||||||||
Constructor Detail
IndexFieldList (IDataAdminContext)
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|