DynamicRequestParameterCollection Class

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview (.NET)

Maintains a list of parameters to be used in a DynamicRequest.

You will usually not create instances of this class yourself, but work with it the the DynamicRequest.Parameters property.

This component is a part of Data Abstract, however the namespace is called RemObjects.SDK. It is contained in DataAbstract.dll.

Namespace

Declaration (C#)

[DesignerSerializer("RemObjects.SDK.Designtime.DynamicRequestParametersSerializer, RemObjects.DataAbstract.DesignTime,
 Version=5.0.29.673, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098", "System.ComponentModel.Design.Serialization.CodeDomSerializer,
System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]

public class DynamicRequestParameterCollection : NamedObjectCollection<DynamicRequestParameter>;

Hierarchy

Properties

Property
Type
Description
ResultParameter DynamicRequestParameter Returns the Result parameter of the parameter collection, if one is set up; if no Result parameter is defined, null/nil is returned.
Owner DynamicRequest


Methods

Method
Description
DynamicRequestParameterCollection Default constructor for DynamicRequestParameterCollection.
Add Adds a new parameter to the collection, by passing a name, data type, direction and optional value.
ParameterByName Returns the DynamicRequestParameter of a given name.

You can use this method to conveniently populate all parameters with their proper values without relying on their ordering, by writing a value to ParameterByName("Name").Value


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools