C# Класс LongoMatch.Core.Migration.TeamMigration

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Migrate ( SportsTeam team ) : void

Migrate the specified team to the current version format.

Migrate0 ( SportsTeam team, Guid>.IDictionary teamNameToID = null ) : void

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

Migrate() публичный статический Метод

Migrate the specified team to the current version format.
public static Migrate ( SportsTeam team ) : void
team SportsTeam team.
Результат void

Migrate0() публичный статический Метод

public static Migrate0 ( SportsTeam team, Guid>.IDictionary teamNameToID = null ) : void
team SportsTeam
teamNameToID Guid>.IDictionary
Результат void