Show / Hide Table of Contents

Class IndoorReportTemplate

Represents an indoor report template for PCTEL reports. It inherits from CKDocument and provides functionality to load the report template from an embedded resource.

Inheritance
object
IndoorReportTemplate
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: CoverageKiller2
Assembly: CoverageKiller2.dll
Syntax
[Obsolete]
public class IndoorReportTemplate

Constructors

IndoorReportTemplate()

Declaration
public IndoorReportTemplate()

Fields

ResourceName

The name of the embedded resource containing the PCTEL report template.

Declaration
public static string ResourceName
Field Value
Type Description
string

Methods

OpenResource(CKApplication)

Opens the PCTEL report template from an embedded resource, saves it as a temporary file, and returns an instance of IndoorReportTemplate.

Declaration
public static CKDocument OpenResource(CKApplication app)
Parameters
Type Name Description
CKApplication app
Returns
Type Description
CKDocument

A new instance of IndoorReportTemplate.

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