XPRSnamelist Class
Note: This API is now obsolete.
Namespace: Optimizer
Assembly: xprsdn (in xprsdn.dll) Version: 44.01.01
[ObsoleteAttribute("Scheduled for removal since 40.00", false)] public class XPRSnamelist : XPRSobject
The XPRSnamelist type exposes the following members.
Name | Description | |
---|---|---|
![]() |
XPRSnamelist | Obsolete.
Initializes a new instance of the
XPRSnamelist class
|
Name | Description | |
---|---|---|
![]() |
ObjectPointer |
Returns the C language 'pointer' to the native object that this managed class is wrapping. For internal FICO use only.
(Inherited from XPRSobject.) |
Name | Description | |
---|---|---|
![]() |
AddMsgHandlerCallback(TextWriter) | (Inherited from XPRSobject.) |
![]() |
AddMsgHandlerCallback(MsgHandlerCallback) |
Add MsgHandler callback.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback).) |
![]() |
AddMsgHandlerCallback(MsgHandlerCallback, Int32) |
Add MsgHandler callback with the specified priority.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback, Int32).) |
![]() |
AddMsgHandlerCallback(MsgHandlerCallback, Object) |
Add MsgHandler callback with a user object that is passed to the callback on invocation.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback, Object).) |
![]() |
AddMsgHandlerCallback(MsgHandlerCallback, Object, Int32) |
Add MsgHandler callback with specified priority and a user object that is passed to the callback on invocation.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback, Object, Int32).) |
![]() |
AddNames(String, Int32) | Obsolete. |
![]() |
AddNames(String, Int32, Int32) | Obsolete. |
![]() |
CopyCallbacks |
Copy callbacks to this XPRSnamelist from another
|
![]() |
CopyNames | Obsolete.
The
XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user.
nml_CopyNames allows you to copy all the names from one name list to another. As name lists representing row/column names cannot be modified,
nml_CopyNames will be most often used to copy such names to a namelist where they can be modified, for some later use.
|
![]() |
Destroy | Obsolete.
Destroys a namelist and frees any memory associated with it. Note you need only destroy namelists created by
nml_Destroy - those returned by
getNameListObject are automatically destroyed when you destroy the problem object.
(Overrides XPRSobject.Destroy().) |
![]() |
Dispose | (Inherited from XPRSobject.) |
![]() |
Equals | (Inherited from XPRSobject.) |
![]() |
Finalize | (Inherited from XPRSobject.) |
![]() |
FindName(String) | Obsolete.
The
XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user.
nml_FindName returns the index of the given name in the given name list.
|
![]() |
FindName(String, Int32) | Obsolete.
The
XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user.
nml_FindName returns the index of the given name in the given name list.
|
![]() |
GetHashCode | (Inherited from XPRSobject.) |
![]() |
GetLastError() | Obsolete.
Returns the last error encountered during a call to a namelist object.
(Overrides XPRSobject.GetLastError().) |
![]() |
GetLastError(Int32) | Obsolete.
Returns the last error encountered during a call to a namelist object.
|
![]() |
GetMaxNameLen | Obsolete.
The
XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user.
nml_GetMaxNameLen returns the length of the longest name in the namelist.
|
![]() |
GetNameCount | Obsolete.
The
XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user.
XPRS_nlm_getnamecount returns the number of names in the namelist.
|
![]() |
GetNames() | Obsolete. |
![]() |
GetNames(Int32, Int32) | Obsolete. |
![]() |
GetNames(Int32, Int32, Int32) | Obsolete. |
![]() |
GetNames(Int32, String, Int32, Int32) | Obsolete. |
![]() |
GetObjectTypeName |
Function to access the type name of an object referenced using the generic Optimizer object pointer
XPRSobject.
(Inherited from XPRSobject.) |
![]() |
GetType |
Gets the
Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object.
(Inherited from Object.) |
![]() |
RemoveMsgHandlerCallback |
Remove MsgHandler callback.
(Overrides XPRSobject.RemoveMsgHandlerCallback(MsgHandlerCallback).) |
![]() |
RemoveMsgHandlerCallbacks |
Remove all MsgHandler callbacks.
(Overrides XPRSobject.RemoveMsgHandlerCallbacks().) |
![]() |
RemoveNames | Obsolete.
The
XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user.
nml_RemoveNames will remove the specified names from the name list. Any subsequent names will be moved down to replace the removed names.
|
![]() |
ToString | (Inherited from Object.) |
Reference
© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.