DynamicRequestParameterCollection Class
From RemObjects Software
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
- KeyedCollection
- RemObjects.Common.Collections.Collections.NamedObjectCollection
- RemObjects.SDK.DynamicRequestParameterCollection
- RemObjects.Common.Collections.Collections.NamedObjectCollection
Properties
| | | |
|---|---|---|
| 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
| | |
|---|---|
| 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)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Class | .NET
