The ExtendedInfoList class encapsulates a generic list of type ExtendedInfo.
This allows for the ExtendedInfoList to be the root element during XML serialization
meaning it can be serialized independently of it's parent object.
Inheritance Hierarchy
PASI.DataContractExtendedInfoList
Namespace: PASI.DataContract
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The ExtendedInfoList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExtendedInfoList |
Properties
Name | Description | |
---|---|---|
List | (Required)
The list of ExtendedInfo objects. See the details of the service for the expected values.
|
See Also