Show / Hide Table of Contents

Class CKWordPipelineProcess

Represents an abstract base class for processing Word documents in the pipeline.

Inheritance
object
CKWordPipelineProcess
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: CoverageKiller2.Pipeline
Assembly: CoverageKiller2.dll
Syntax
public abstract class CKWordPipelineProcess

Constructors

CKWordPipelineProcess()

Declaration
protected CKWordPipelineProcess()

Properties

CKDoc

Gets or sets the CKDocument associated with this process.

Declaration
public CKDocument CKDoc { get; set; }
Property Value
Type Description
CKDocument

ProcessorConfig

Declaration
public ProcessorConfig ProcessorConfig { get; }
Property Value
Type Description
ProcessorConfig

Template

Declaration
public CKDocument Template { get; }
Property Value
Type Description
CKDocument

Methods

Process()

Processes the document.

Declaration
public abstract void Process()

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