C# Class LongoMatch.Core.Migration.TeamMigration

Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
Migrate ( SportsTeam team ) : void

Migrate the specified team to the current version format.

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

Method Details

Migrate() public static méthode

Migrate the specified team to the current version format.
public static Migrate ( SportsTeam team ) : void
team SportsTeam team.
Résultat void

Migrate0() public static méthode

public static Migrate0 ( SportsTeam team, Guid>.IDictionary teamNameToID = null ) : void
team SportsTeam
teamNameToID Guid>.IDictionary
Résultat void