Skip to content

7617ceac dcac ee61 71b3 5deb1d97a784

Fernando Garcia edited this page May 8, 2018 · 1 revision

XsltExtensions.WriteXsltStartWhen(T) Method (XmlWriter, String, T)

Additional header content

Gets the appropriate formula for this aggregate.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static void WriteXsltStartWhen<T>(
	this XmlWriter writer,
	string test,
	T testok
)

VB

<ExtensionAttribute>
Public Shared Sub WriteXsltStartWhen(Of T) ( 
	writer As XmlWriter,
	test As String,
	testok As T
)

Parameters

 

writer
Type: System.Xml.XmlWriter
The writer.
test
Type: System.String
The condition.
testok
Type: T
The test true.

Type Parameters

 

T
Test data type

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type XmlWriter. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Remarks

[Missing documentation for "M:iTin.Export.Model.XsltExtensions.WriteXsltStartWhen1(System.Xml.XmlWriter,System.String,0)"]

See Also

Reference

XsltExtensions Class
WriteXsltStartWhen Overload
iTin.Export.Model Namespace

Clone this wiki locally