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




Represents an Item of the ObjectExpression.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class OEItem 
Visual Basic (Usage)Copy Code
Dim instance As OEItem
C# 
public abstract class OEItem 
Managed Extensions for C++ 
public __gc abstract class OEItem 
C++/CLI 
public ref class OEItem abstract 

Remarks

All items that are in the Items collection of the ObjectExpression are inherited from this class.

Inheritance Hierarchy

Requirements

Namespace: Chili.Opf3.Query.OPathParser

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