Click or drag to resize
FdfNamedObjectReferenceListT Class
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListString
    FDF.CommonFdfNamedObjectReferenceListT

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class FdfNamedObjectReferenceList<T> : List<string>, 
	IFdfQueryable, IFdfLocalizable, IFdfMergeable<IFdfEnumerable>
where T : IFdfEnumerable

Type Parameters

T

The FdfNamedObjectReferenceListT type exposes the following members.

Constructors
  NameDescription
Public methodFdfNamedObjectReferenceListT
Initializes a new instance of the FdfNamedObjectReferenceListT class
Top
Properties
  NameDescription
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Top
Methods
  NameDescription
Public methodAdd
Public methodGetReferencedType
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodMerge
Merges specified object instance data with caller object data and stores result into the caller object. Provides optional resolution for merging caller and callee values.
Top
Remarks
See Also