Chili.Opf3 Send comments on this topic.
ObjectInfo Property
See Also 
Chili.Opf3 Namespace > ISelfContainingObject Interface : ObjectInfo Property




Returns the ObjectInfo object that contains all information required to make the persistent object independent from any ObjectContext.

Syntax

Visual Basic (Declaration) 
Overridable Property ObjectInfo As ObjectInfo
Visual Basic (Usage)Copy Code
Dim instance As ISelfContainingObject
Dim value As ObjectInfo
 
instance.ObjectInfo = value
 
value = instance.ObjectInfo
C# 
virtual ObjectInfo ObjectInfo {get; set;}
Managed Extensions for C++ 
__property virtual ObjectInfo* get_ObjectInfo();
__property virtual void set_ObjectInfo( 
   ObjectInfo* value
);
C++/CLI 
virtual property ObjectInfo^ ObjectInfo {
   ObjectInfo^ get();
   void set (ObjectInfo^ value);
}

Return Value

ObjectInfo object that holds the status information of the persistent object.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also