Click or drag to resize
FdoFeatureAnnotationCollection Class
Represents a collection of feature annotations.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListIFdoFeatureAnnotation
    FDF.CommonFdfQueryableListIFdoFeatureAnnotation
      FDF.Common.FeaturesFdoFeatureAnnotationCollection

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public sealed class FdoFeatureAnnotationCollection : FdfQueryableList<IFdoFeatureAnnotation>, 
	IFdfLocalizable, ICloneable

The FdoFeatureAnnotationCollection type exposes the following members.

Constructors
  NameDescription
Public methodFdoFeatureAnnotationCollection
Initializes a new instance of the FdoFeatureAnnotationCollection class
Public methodFdoFeatureAnnotationCollection(FdoFeatureAnnotationCollection)
Initializes a new instance of the FdoFeatureAnnotationCollection class
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Remarks