Search Results for

    Show / Hide Table of Contents

    Class SpecialTokenEventArgs

    Event arguments for a special token

    Inheritance
    object
    EventArgs
    SpecialTokenEventArgs
    Inherited Members
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.BatchParser
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public class SpecialTokenEventArgs : EventArgs

    Constructors

    SpecialTokenEventArgs(string, object)

    Initializes a new instance of the SpecialTokenEventArgs class.

    Declaration
    public SpecialTokenEventArgs(string token, object opaque)
    Parameters
    Type Name Description
    string token

    The found token

    object opaque

    An opaque (token specific) value

    Properties

    Opaque

    Gets an opaque (token specific) value

    Declaration
    [CanBeNull]
    public object Opaque { get; }
    Property Value
    Type Description
    object

    Token

    Gets the found token

    Declaration
    [NotNull]
    public string Token { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.