Click or drag to resize

FndReferenceQualifierCollection Class

[Missing <summary> documentation for "T:Ifs.Fnd.Data.FndReferenceQualifierCollection"]

Inheritance Hierarchy
System.Object
  System.Collections.CollectionBase
    Ifs.Fnd.Data.FndReferenceQualifierCollection

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public class FndReferenceQualifierCollection : CollectionBase

The FndReferenceQualifierCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Retrieve a FndReferenceQualifier object within this collection
Top
Methods
  NameDescription
Public methodAdd
Add a new reference qualifier definition
Public methodContains
Determines whether the collection contains a specific value.
Public methodCopyTo
Copies the elements of the System.Collections.ICollection to an FndReferenceQualifier array, starting at a particular FndReferenceQualifier array index.
Public methodIndexOf
Determines the index of a specific item in the collection.
Public methodInsert
Inserts an item to the collection at the specified position.
Public methodRemove
Removes the first occurrence of a specific object from the collection.
Top
See Also