Search Results for

    Show / Hide Table of Contents

    Class DefaultAutoNameConvention

    The default implementation of a IAutoNameConvention

    Inheritance
    object
    DefaultAutoNameConvention
    Implements
    IAutoNameConvention
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Conventions
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public class DefaultAutoNameConvention : IAutoNameConvention

    Methods

    | Edit this page View Source

    Apply(IAutoNameExpression)

    Applies a convention to a IAutoNameExpression

    Declaration
    public IAutoNameExpression Apply(IAutoNameExpression expression)
    Parameters
    Type Name Description
    IAutoNameExpression expression

    The expression this convention should be applied to

    Returns
    Type Description
    IAutoNameExpression

    The same or a new expression. The underlying type must stay the same.

    Implements

    IAutoNameConvention
    • Edit this page
    • View Source
    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.