Initializing help system before first use

XPRSnamelist Class

Scheduled for removal since 40.00

Inheritance Hierarchy
SystemObject
   OptimizerXPRSobject
     OptimizerXPRSnamelist

Namespace:  Optimizer
Assembly: xprsdn (in xprsdn.dll) Version: 45.01.02+1f9fd7ff9a8620394fec1839699751312debed40
Syntax
C#
[ObsoleteAttribute("Scheduled for removal since 40.00", false)]
public class XPRSnamelist : XPRSobject

The XPRSnamelist type exposes the following members.

Constructors
  Name Description
Public method XPRSnamelist Initializes a new instance of the XPRSnamelist class
Obsolete
Top
Properties
  Name Description
Public property ObjectPointer Returns the C language 'pointer' to the native object that this managed class is wrapping. For internal FICO use only.
(Inherited from XPRSobject)
Top
Methods
  Name Description
Public method AddMsgHandlerCallback(MsgHandlerCallback) Add MsgHandler callback.
(Overrides XPRSobjectAddMsgHandlerCallback(MsgHandlerCallback))
Public method AddMsgHandlerCallback(TextWriter)
(Inherited from XPRSobject)
Public method AddMsgHandlerCallback(MsgHandlerCallback, Int32) Add MsgHandler callback with the specified priority.
(Overrides XPRSobjectAddMsgHandlerCallback(MsgHandlerCallback, Int32))
Public method AddMsgHandlerCallback(MsgHandlerCallback, Object) Add MsgHandler callback with a user object that is passed to the callback on invocation.
(Overrides XPRSobjectAddMsgHandlerCallback(MsgHandlerCallback, Object))
Public method AddMsgHandlerCallback(MsgHandlerCallback, Object, Int32) Add MsgHandler callback with specified priority and a user object that is passed to the callback on invocation.
(Overrides XPRSobjectAddMsgHandlerCallback(MsgHandlerCallback, Object, Int32))
Public method AddNames(String, Int32) Obsolete
Public method AddNames(String, Int32, Int32) Obsolete
Public method CopyCallbacks Copy callbacks to this XPRSnamelist from another
Public method CopyNames 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.
Obsolete
Public method Destroy 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 XPRSobjectDestroy)
Obsolete
Public method Dispose
(Inherited from XPRSobject)
Public method Equals
(Inherited from XPRSobject)
Protected method Finalize
(Inherited from XPRSobject)
Public method FindName(String) 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.
Obsolete
Public method FindName(String, Int32) 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.
Obsolete
Public method GetHashCode
(Inherited from XPRSobject)
Public method GetLastError Returns the last error encountered during a call to a namelist object.
(Overrides XPRSobjectGetLastError)
Obsolete
Public method GetLastError(Int32) Returns the last error encountered during a call to a namelist object.
Obsolete
Public method GetMaxNameLen 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.
Obsolete
Public method GetNameCount 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.
Obsolete
Public method GetNames Obsolete
Public method GetNames(Int32, Int32) Obsolete
Public method GetNames(Int32, Int32, Int32) Obsolete
Public method GetNames(Int32, String, Int32, Int32) Obsolete
Public method GetObjectTypeName Function to access the type name of an object referenced using the generic Optimizer object pointer XPRSobject.
(Inherited from XPRSobject)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method RemoveMsgHandlerCallback Remove MsgHandler callback.
(Overrides XPRSobjectRemoveMsgHandlerCallback(MsgHandlerCallback))
Public method RemoveMsgHandlerCallbacks Remove all MsgHandler callbacks.
(Overrides XPRSobjectRemoveMsgHandlerCallbacks)
Public method RemoveNames 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.
Obsolete
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
See Also

© 2001-2025 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.