Table of Contents

Class ReadingNowExtension

Namespace
Acuit.Pinpoint.Workflows.Testing.IO
Assembly
Acuit.Pinpoint.Workflows.Testing.dll
public class ReadingNowExtension : MarkupExtension
Inheritance
ReadingNowExtension
Inherited Members

Constructors

ReadingNowExtension(string)

public ReadingNowExtension(string readingName)

Parameters

readingName string

Properties

ReadingName

[ConstructorArgument("readingName")]
public string ReadingName { get; set; }

Property Value

string

Methods

ProvideValue(IServiceProvider)

When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.

public override object ProvideValue(IServiceProvider serviceProvider)

Parameters

serviceProvider IServiceProvider

A service provider helper that can provide services for the markup extension.

Returns

object

The object value to set on the property where the extension is applied.