Show / Hide Table of Contents

    Class XdtTransformComponent

    Implements a message pipeline component that transforms the message content using Microsoft XML Document Transform (XDT) Engine (http://msdn.microsoft.com/en-us/library/dd465326(VS.100).aspx).

    Inheritance
    Object
    MessagePipelineComponentBase
    TransformationComponentBase
    XdtTransformComponent
    Implements
    IValidator
    IEquatable<MessagePipelineComponentBase>
    IExtensibleDataObject
    IDisposable
    Inherited Members
    TransformationComponentBase.GetSourceValue(MessagePipelineContext, Boolean)
    TransformationComponentBase.SetSourceValue(MessagePipelineContext, String)
    TransformationComponentBase.SetSourceValue(MessagePipelineContext, XmlReader)
    TransformationComponentBase.SourceType
    TransformationComponentBase.SourceName
    MessagePipelineComponentBase.Validate(MessagePipelinePositions)
    MessagePipelineComponentBase.AllowedPositions
    MessagePipelineComponentBase.ErrorMessage
    MessagePipelineComponentBase.ExtensionData
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Processing
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class XdtTransformComponent : TransformationComponentBase, IValidator, IEquatable<MessagePipelineComponentBase>, IExtensibleDataObject, IDisposable
    Remarks

    XDT online testing tool: https://webconfigtransformationtester.apphb.com/

    Constructors

    XdtTransformComponent()

    Declaration
    public XdtTransformComponent()

    Fields

    ElementName

    Name of the root element when object is serialized to XML.

    Declaration
    public const string ElementName = "TRANSFORM-XDT"
    Field Value
    Type Description
    String

    Properties

    Configuration

    Gets or sets the XDT description.

    Declaration
    public string Configuration { get; set; }
    Property Value
    Type Description
    String

    Methods

    Dispose()

    Disposes underlying transformation.

    Declaration
    public void Dispose()

    Equals(MessagePipelineComponentBase)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(MessagePipelineComponentBase other)
    Parameters
    Type Name Description
    MessagePipelineComponentBase other

    The object to compare with the current object.

    Returns
    Type Description
    Boolean

    True if the specified object is equal to the current object; otherwise, false.

    Overrides
    TransformationComponentBase.Equals(MessagePipelineComponentBase)

    Equals(Object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj

    The object to compare with the current object.

    Returns
    Type Description
    Boolean

    True if the specified object is equal to the current object; otherwise, false.

    Overrides
    TransformationComponentBase.Equals(Object)

    GetHashCode()

    Returns hash code for the value of this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Hash code for the value of this instance.

    Overrides
    TransformationComponentBase.GetHashCode()

    ProcessMessage(MessagePipelineContext)

    Transforms the message content using Microsoft XML Document Transform (XDT) Engine.

    Declaration
    public override MessagePipelineResult ProcessMessage(MessagePipelineContext context)
    Parameters
    Type Name Description
    MessagePipelineContext context

    Provides the message processing context.

    Returns
    Type Description
    MessagePipelineResult

    Value indicating if message should continue on its way to the recipient or must be stopped and returned to the sender.

    Overrides
    MessagePipelineComponentBase.ProcessMessage(MessagePipelineContext)

    ToString()

    Returns string representation of the object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    String representing the object's content.

    Overrides
    Object.ToString()

    Validate()

    Evaluates the state of the object.

    Declaration
    public override bool Validate()
    Returns
    Type Description
    Boolean

    True if state is valid; otherwise, false.

    Overrides
    TransformationComponentBase.Validate()

    Implements

    IValidator
    System.IEquatable<T>
    System.Runtime.Serialization.IExtensibleDataObject
    System.IDisposable
    Back to top Nevatech Sentinet 6.5 Online Documentation