Click or drag to resize
FdfParameterCollection Class
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionFdfParameter
    System.Collections.ObjectModelKeyedCollectionString, FdfParameter
      FDF.CommonFdfNamedObjectSetFdfParameter
        FDF.Common.RuntimeFdfParameterCollection

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class FdfParameterCollection : FdfNamedObjectSet<FdfParameter>

The FdfParameterCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Public methodGetParameter
Returns named parameter. If parameter does not exist, adds it to the parameters collection and it do optional default value.
Public methodSetParameter
Sets named parameter to specified value. If parameter does not exist, adds it to the parameters collection.
Top
See Also