XPRMObjectsList Class
MoselXPRMObjectBase
MoselXPRMObjectsList
MoselXPRMNamedObjectsList
MoselXPRMProblemComponents
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 6.10.1+ae0383562d99c01e2c5cf01f00ce4c77953c414e
public abstract class XPRMObjectsList : XPRMObjectBase, ICollection, IEnumerable, IList
The XPRMObjectsList type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count | The number of items in the list. |
![]() |
IsFixedSize | True if the list is of fixed size (ie items cannot be added by the user). XPRMObjectsList objects are always of fixed size. |
![]() |
IsReadOnly | True if the list is read-only (ie items cannot be added or removed by the user). XPRMObjectsList objects are always read-only. |
![]() |
IsStatic | Returns TRUE if the collection is backed by an array (and thus static); FALSE if not (and thus the content can change as it's fetched directly from Mosel). This property is supplied to maintain compatibility with older versions; now, it always returns TRUE as XPRMObjectsList objects are always backed by an array. Obsolete |
![]() |
IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread-safe). |
![]() |
Item | Indexer allowing you to access items in the list by their 0-based index. |
![]() |
Model | Used to fetch the XPRM model to which this object belongs, or else 'null' if there is no model anywhere among this Object's ancestors. (Inherited from XPRMObjectBase) |
![]() |
Owner | Used to fetch the XPRM object to which this object belongs (Inherited from XPRMObjectBase) |
![]() |
SyncRoot | An object that can be used to synchronize access to the ICollection. |
Name | Description | |
---|---|---|
![]() |
Add | Not supported by XPRMObjectsList objects. |
![]() |
Clear | Not supported by XPRMObjectsList objects. |
![]() |
Contains | Not supported by XPRMObjectsList objects. |
![]() |
CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() |
GetEnumerator | Gets an IEnumerator object that can be used to iterate over the objects in this list. |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() |
IndexOf | Not supported by XPRMObjectsList objects. |
![]() |
Insert | Not supported by XPRMObjectsList objects. |
![]() |
MakeStatic | Does nothing; included to retain compatibility with older versions of Mosel .NET interface. Obsolete |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() |
Remove | Not supported by XPRMObjectsList objects. |
![]() |
RemoveAt | Not supported by XPRMObjectsList objects. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Reference
© 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.