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




Represents a object member in the OPath statement.

Object Model



Syntax

Visual Basic (Declaration) 
Public NotInheritable Class OEMember 
   Inherits OEItem
Visual Basic (Usage)Copy Code
Dim instance As OEMember
C# 
public sealed class OEMember : OEItem 
Managed Extensions for C++ 
public __gc __sealed class OEMember : public OEItem 
C++/CLI 
public ref class OEMember sealed : public OEItem 

Remarks

Object members in a OPath statement are converted to this class when OPath is compiled. The class contains the name of the object member specified in the OPath statement, the FieldAttribute of the object member and the PersistentAttribute of the persistent object.

Inheritance Hierarchy

System.Object
   Chili.Opf3.Query.OPathParser.OEItem
      Chili.Opf3.Query.OPathParser.OEMember

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