IWrappedObject 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#
public interface IWrappedObject

Properties

BaseObject Gets the underlying Object wrapped by the implementing class.

See Also