Show / Hide Table of Contents

Class CKDOMObject

Inheritance
object
CKDOMObject
CKColumns
CKRows
Implements
IDOMObject
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

IDOMObject

Extension Methods

PingService.PingPong<T>(T, string)
PingService.PingPong<T>(T, string, string)
PingService.PingPong<T, TResult>(T, Func<TResult>, string, string)
PingService.Ping<T>(T, string)
PingService.Ping<T>(T, string, string)
PingService.Ping<T>(T, Type[], string)
PingService.Pong<T>(T, string)
PingService.Pong<T>(T, string, string)
PingService.Pong<T>(T, Type, string)
PingService.Pong<T>(T, Type[], string)
PingService.Pong<T, TResult>(T, Func<TResult>, string, string)
In this article
Back to top Generated by DocFX