Class CKDOMObject
Implements
Inherited Members
Namespace: CoverageKiller2.DOM
Assembly: CoverageKiller2.dll
Syntax
public abstract class CKDOMObject : IDOMObject
Constructors
CKDOMObject()
Declaration
protected CKDOMObject()
Properties
Application
Gets the CKApplication instance that owns the document.
Declaration
public CKApplication Application { get; }
Property Value
Type | Description |
---|---|
CKApplication |
Document
Gets the CKDocument that owns this DOM object.
Declaration
public CKDocument Document { get; }
Property Value
Type | Description |
---|---|
CKDocument |
IsDirty
Indicates whether this DOM object has unsaved changes.
Declaration
public abstract bool IsDirty { get; protected set; }
Property Value
Type | Description |
---|---|
bool |
IsOrphan
Indicates whether this DOM object is orphaned (e.g., lost its backing COM reference).
Declaration
public abstract bool IsOrphan { get; protected set; }
Property Value
Type | Description |
---|---|
bool |
Parent
Gets the logical parent of this DOM object.
Declaration
public abstract IDOMObject Parent { get; protected set; }
Property Value
Type | Description |
---|---|
IDOMObject |