C# 클래스 LongoMatch.Core.Migration.TeamMigration

파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
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