Show / Hide Table of Contents

    Class TextSteppedTransformer

    Represents the text stepped transformer.

    Inheritance
    Object
    TextSteppedTransformer
    Implements
    ITransformer
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.RegularExpressions.Transformer
    Assembly: Platform.RegularExpressions.Transformer.dll
    Syntax
    public class TextSteppedTransformer : ITransformer

    Constructors

    | Improve this Doc View Source

    TextSteppedTransformer()

    Initializes a new TextSteppedTransformer instance.

    Declaration
    public TextSteppedTransformer()
    | Improve this Doc View Source

    TextSteppedTransformer(IList<ISubstitutionRule>)

    Initializes a new TextSteppedTransformer instance.

    Declaration
    public TextSteppedTransformer(IList<ISubstitutionRule> rules)
    Parameters
    Type Name Description
    IList<ISubstitutionRule> rules

    A rules.

    | Improve this Doc View Source

    TextSteppedTransformer(IList<ISubstitutionRule>, String)

    Initializes a new TextSteppedTransformer instance.

    Declaration
    public TextSteppedTransformer(IList<ISubstitutionRule> rules, string text)
    Parameters
    Type Name Description
    IList<ISubstitutionRule> rules

    A rules.

    String text

    A text.

    | Improve this Doc View Source

    TextSteppedTransformer(IList<ISubstitutionRule>, String, Int32)

    Initializes a new TextSteppedTransformer instance.

    Declaration
    public TextSteppedTransformer(IList<ISubstitutionRule> rules, string text, int current)
    Parameters
    Type Name Description
    IList<ISubstitutionRule> rules

    A rules.

    String text

    A text.

    Int32 current

    A current.

    Properties

    | Improve this Doc View Source

    Current

    Gets or sets the current value.

    Declaration
    public int Current { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Rules

    Gets or sets the rules value.

    Declaration
    public IList<ISubstitutionRule> Rules { get; set; }
    Property Value
    Type Description
    IList<ISubstitutionRule>
    | Improve this Doc View Source

    Text

    Gets or sets the text value.

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

    Methods

    | Improve this Doc View Source

    Next()

    Determines whether this instance next.

    Declaration
    public bool Next()
    Returns
    Type Description
    Boolean

    The bool

    | Improve this Doc View Source

    Reset()

    Resets this instance.

    Declaration
    public void Reset()
    | Improve this Doc View Source

    Reset(IList<ISubstitutionRule>)

    Resets the rules.

    Declaration
    public void Reset(IList<ISubstitutionRule> rules)
    Parameters
    Type Name Description
    IList<ISubstitutionRule> rules

    The rules.

    | Improve this Doc View Source

    Reset(IList<ISubstitutionRule>, String)

    Resets the rules.

    Declaration
    public void Reset(IList<ISubstitutionRule> rules, string text)
    Parameters
    Type Name Description
    IList<ISubstitutionRule> rules

    The rules.

    String text

    The text.

    | Improve this Doc View Source

    Reset(IList<ISubstitutionRule>, String, Int32)

    Resets the rules.

    Declaration
    public void Reset(IList<ISubstitutionRule> rules, string text, int current)
    Parameters
    Type Name Description
    IList<ISubstitutionRule> rules

    The rules.

    String text

    The text.

    Int32 current

    The current.

    | Improve this Doc View Source

    Reset(String)

    Resets the text.

    Declaration
    public void Reset(string text)
    Parameters
    Type Name Description
    String text

    The text.

    Implements

    ITransformer

    See Also

    ITransformer
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX