Initializing help system before first use

XPRMAnnotations Class

Defines a collection of annotations
Inheritance Hierarchy
SystemObject
   MoselXPRMAnnotations

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 0.0.0.0
Syntax
C#
public class XPRMAnnotations : IList, 
	ICollection, IEnumerable

The XPRMAnnotations type exposes the following members.

Properties
  Name Description
Public property Count
The number of items in the list.
Public property IsFixedSize
True if the list is of fixed size (ie items cannot be added by the user). XPRMAnnotations objects are always of fixed size.
Public property IsReadOnly
True if the list is read-only (ie items cannot be added or removed by the user). XPRMAnnotations objects are always read-only.
Public property IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread-safe).
Public property ItemInt32
Indexer allowing you to access items in the annotations by their 0-based index.
Public property ItemString
Indexer allowing you to access items in the annotations by name. When multiple annotations with the same name exist, this returns the first one found. When no annotation with this name, returns null.
Public property SyncRoot
An object that can be used to synchronize access to the ICollection.
Top
Methods
  Name Description
Public method Add
Not supported by XPRMAnnotations objects.
Public method Clear
Not supported by XPRMAnnotations objects.
Public method Contains
Not supported by XPRMAnnotations objects.
Public method CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Gets an IEnumerator object that can be used to iterate over the objects in this list.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method IndexOf
Not supported by XPRMAnnotations objects.
Public method Insert
Not supported by XPRMAnnotations objects.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Not supported by XPRMAnnotations objects.
Public method RemoveAt
Not supported by XPRMObjectsList objects.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference

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