Skip to content

176067d5 eb11 fe07 3db2 8181da377e5c

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

XsltExtensions Class

Additional header content

Static class that contains helper extension methods for objects XmlWriter that allows create Xslt sentences easily.

Inheritance Hierarchy

System.Object
  iTin.Export.Model.XsltExtensions
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 class XsltExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class XsltExtensions

The XsltExtensions type exposes the following members.

Methods

 

Name Description
Public methodStatic member WriteXsltEndChoose Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltEndIf Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltEndOtherwise Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltEndVariable Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltEndWhen Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltStartChoose Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltStartIf(XmlWriter) Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltStartIf(XmlWriter, String) Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltStartOtherwise Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltStartVariable(XmlWriter) Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltStartVariable(XmlWriter, String) Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltStartWhen(XmlWriter) Gets the appropriate formula for this aggregate.
Public methodStatic member WriteXsltStartWhen(T)(XmlWriter, String, T) Gets the appropriate formula for this aggregate.
  Back to Top

Remarks

[Missing documentation for "T:iTin.Export.Model.XsltExtensions"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally