Click or drag to resize

IWrappedObject Interface

Indicates that the implementing class wraps some other Object for publication.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public interface IWrappedObject

The IWrappedObject type exposes the following members.

Properties
 NameDescription
Public propertyBaseObject Gets the underlying Object wrapped by the implementing class.
Top
See Also