Click or drag to resize
FdfQueryableListT Class
Represents a list of queryable members.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListT
    FDF.CommonFdfQueryableListT
      More...

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class FdfQueryableList<T> : List<T>, 
	IFdfQueryable
where T : IFdfQueryable

Type Parameters

T
Queryable member type.

The FdfQueryableListT type exposes the following members.

Constructors
  NameDescription
Public methodFdfQueryableListT
Initializes a new instance of the FdfQueryableListT 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.
Public methodTryGetItem
Returns True if collection member with specified hash code exists, otherwise returns False. If True, also returns member instance.
Top
Remarks
Members in this collection are accessible by their index.
See Also
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListT
    FDF.CommonFdfQueryableListT
      FDF.CommonFdfEnumerableListT
      FDF.Common.FeaturesFdoFeatureAnnotationCollection
      FDF.Common.Features.FiltersFdoFilterExpressionCollection
      FDF.Common.Features.TasksFdoTaskCollection
      FDF.Common.Features.TransformsFdoTransformCollection
      FDF.Common.GeometriesGeCoordinateCollection
      FDF.Common.GeometriesGeCurveSegmentCollection
      FDF.Common.GeometriesGeRingCollection