Skip to content

04c6db17 24b9 e50b df7c b96f6f8adae0

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

XsltExtensions.WriteXsltStartIf Method (XmlWriter, String)

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 WriteXsltStartIf(
	this XmlWriter writer,
	string condition
)

VB

<ExtensionAttribute>
Public Shared Sub WriteXsltStartIf ( 
	writer As XmlWriter,
	condition As String
)

Parameters

 

writer
Type: System.Xml.XmlWriter
The writer.
condition
Type: System.String
The condition.

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.WriteXsltStartIf(System.Xml.XmlWriter,System.String)"]

See Also

Reference

XsltExtensions Class
WriteXsltStartIf Overload
iTin.Export.Model Namespace

Clone this wiki locally