Search Results for

    Show / Hide Table of Contents

    Class DefaultConventionSet

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

    Constructors

    | Edit this page View Source

    DefaultConventionSet()

    Declaration
    public DefaultConventionSet()
    | Edit this page View Source

    DefaultConventionSet(IRunnerContext)

    Declaration
    [Obsolete]
    public DefaultConventionSet(IRunnerContext runnerContext)
    Parameters
    Type Name Description
    IRunnerContext runnerContext
    | Edit this page View Source

    DefaultConventionSet(string, string)

    Declaration
    public DefaultConventionSet(string defaultSchemaName, string workingDirectory)
    Parameters
    Type Name Description
    string defaultSchemaName
    string workingDirectory

    Properties

    | Edit this page View Source

    AutoNameConventions

    Gets the conventions to be applied to IAutoNameExpression implementations

    Declaration
    public IList<IAutoNameConvention> AutoNameConventions { get; }
    Property Value
    Type Description
    IList<IAutoNameConvention>
    | Edit this page View Source

    ColumnsConventions

    Gets the conventions to be applied to IColumnsExpression implementations

    Declaration
    public IList<IColumnsConvention> ColumnsConventions { get; }
    Property Value
    Type Description
    IList<IColumnsConvention>
    | Edit this page View Source

    ConstraintConventions

    Gets the conventions to be applied to IConstraintExpression implementations

    Declaration
    public IList<IConstraintConvention> ConstraintConventions { get; }
    Property Value
    Type Description
    IList<IConstraintConvention>
    | Edit this page View Source

    ForeignKeyConventions

    Gets the conventions to be applied to IForeignKeyExpression implementations

    Declaration
    public IList<IForeignKeyConvention> ForeignKeyConventions { get; }
    Property Value
    Type Description
    IList<IForeignKeyConvention>
    | Edit this page View Source

    IndexConventions

    Gets the conventions to be applied to IIndexExpression implementations

    Declaration
    public IList<IIndexConvention> IndexConventions { get; }
    Property Value
    Type Description
    IList<IIndexConvention>
    | Edit this page View Source

    RootPathConvention

    Gets the root path convention to be applied to IFileSystemExpression implementations

    Declaration
    public IRootPathConvention RootPathConvention { get; }
    Property Value
    Type Description
    IRootPathConvention
    | Edit this page View Source

    SchemaConvention

    Gets the default schema name convention to be applied to ISchemaExpression implementations

    Declaration
    public DefaultSchemaConvention SchemaConvention { get; }
    Property Value
    Type Description
    DefaultSchemaConvention
    Remarks

    This class cannot be overridden. The IDefaultSchemaNameConvention must be implemented/provided instead.

    | Edit this page View Source

    SequenceConventions

    Gets the conventions to be applied to ISequenceExpression implementations

    Declaration
    public IList<ISequenceConvention> SequenceConventions { get; }
    Property Value
    Type Description
    IList<ISequenceConvention>

    Implements

    IConventionSet
    • 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.