Click or drag to resize

NVCollectionExts Class

Helper extension methods for the NameValueCollection class.
Inheritance Hierarchy
SystemObject
  NetQuarryNVCollectionExts

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class NVCollectionExts

The NVCollectionExts type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add a new item to the collection per the specified options.
Public methodStatic memberAddField(NameValueCollection, IField)
Add a new item to the collection based on an IField from a IMapper. Currently this adds an entries for the field's display text (using DisplayTextGet(DispTextFlags)) and Caption
Public methodStatic memberAddField(NameValueCollection, String, Object, String)
Add a new item to the collection as if this is a IField being added by a IMapper.
Public methodStatic memberContainsKey
Determine if a particular key has an entry in the collection.
Public methodStatic memberMergeInto
Merge a collection into an existing collection with the specified merge options.
Top
See Also