Click or drag to resize
FdfQueryableKeyedCollectionU, V Class
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionV
    System.Collections.ObjectModelKeyedCollectionU, V
      FDF.CommonFdfQueryableKeyedCollectionU, V

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public abstract class FdfQueryableKeyedCollection<U, V> : KeyedCollection<U, V>, 
	IFdfQueryable
where V : IFdfQueryable

Type Parameters

U
V

The FdfQueryableKeyedCollectionU, V type exposes the following members.

Constructors
  NameDescription
Protected methodFdfQueryableKeyedCollectionU, V
Initializes a new instance of the FdfQueryableKeyedCollectionU, V class
Top
Properties
  NameDescription
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Top
Methods
  NameDescription
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Top
See Also