C# Class Gymnastika.Data.Migration.Commands.SchemaCommand

Inheritance: ISchemaBuilderCommand
Show file Open project: weiqiyiji/Gymnastika

Public Methods

Method Description
WithName ( string name ) : SchemaCommand

Protected Methods

Method Description
SchemaCommand ( string name, SchemaCommandType type ) : System.Collections.Generic

Method Details

SchemaCommand() protected method

protected SchemaCommand ( string name, SchemaCommandType type ) : System.Collections.Generic
name string
type SchemaCommandType
return System.Collections.Generic

WithName() public method

public WithName ( string name ) : SchemaCommand
name string
return SchemaCommand