Chili.Opf3 Send comments on this topic.
AutoNumberItems Class
See Also  Members  
Chili.Opf3.Query Namespace : AutoNumberItems Class




Contains the attributes of the persistent object and of the properties marked as autonumbers.

Object Model

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class AutoNumberItems 
   Inherits List(Of AutoNumberItem)
Visual Basic (Usage)Copy Code
Dim instance As AutoNumberItems
C# 
public sealed class AutoNumberItems : List<AutoNumberItem> 
Managed Extensions for C++ 
public __gc __sealed class AutoNumberItems : public List<AutoNumberItem> 
C++/CLI 
public ref class AutoNumberItems sealed : public List<AutoNumberItem> 

Remarks

This class contains the attributes of the persistent object and of the properties marked as autonumbers. It is required by some storages to do the autonumber processing. The class contains all items to do the autonumber processing, such as all FieldAttributes and the PersistentAttribute of the persistent class.

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<AutoNumberItem>
      Chili.Opf3.Query.AutoNumberItems

Requirements

Namespace: Chili.Opf3.Query

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also