DMDetailRecordCollection Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMDetailRecord objects that can be individually accessed by index.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMDetailRecordCollection : CollectionBase
<SerializableAttribute>
Public Class DMDetailRecordCollection
Inherits CollectionBase
[SerializableAttribute]
public ref class DMDetailRecordCollection : public CollectionBase
[<SerializableAttribute>]
type DMDetailRecordCollection =
class
inherit CollectionBase
end
DMLibrary.DMDetailRecordCollection = function();
Type.createClass(
'DMLibrary.DMDetailRecordCollection',
CollectionBase);
The DMDetailRecordCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMDetailRecord object to the DMDetailRecordCollection.
|
 | Insert |
Inserts a DMDetailRecord object at the specified index.
|
Top
See Also