Interface IOwnedObject
- Namespace
- GrapeCity.Documents.Common
- Assembly
- GcDocs.Imaging.dll
Represents interface which should be implemented by object owned by another object.
public interface IOwnedObject
Properties
Owner
Gets or sets the owner object.
object Owner { get; set; }
Property Value
- object