Inner Drive Extensible Architecture
C#
Show/Hide TOC
IWrapped
Object Interface
Indicates that the implementing class wraps some other
Object
for publication.
Definition
Namespace:
InnerDrive.Core
Assembly:
InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
Copy
public
interface
IWrappedObject
Properties
BaseObject
Gets the underlying
Object
wrapped by the implementing class.
See Also
Reference
InnerDrive.Core Namespace
In This Article
Definition
Properties
See Also