C# Класс SimpleMigrations.MigrationData

Class representing data about a migration
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
MigrationData System

Открытые методы

Метод Описание
MigrationData ( long version, string description, Type type ) : System

Initialises a new instance of the MigrationData class

ToString ( ) : string

Returns a string representation of the object

Приватные методы

Метод Описание
MigrationData ( ) : System

Creates the empty scheme migration

Описание методов

MigrationData() публичный Метод

Initialises a new instance of the MigrationData class
public MigrationData ( long version, string description, Type type ) : System
version long Version of this migration
description string Description of this migration. May be null
type System.Type Type of class implementing this migration
Результат System

ToString() публичный Метод

Returns a string representation of the object
public ToString ( ) : string
Результат string