C# Class Tp.Subversion.LegacyProfileConversion.LegacyRevisionsImporter

Inheritance: LegacyProfileConvertor
ファイルを表示 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
LegacyRevisionsImporter ( IConvertorArgs args, IAccountCollection accountCollection ) : System

Protected Methods

Method Description
ExecuteForProfile ( PluginProfile legacyProfile, IAccount account ) : void
GetLegacyProfiles ( ) : IEnumerable

Private Methods

Method Description
GetProfile ( IAccount account, PluginProfile legacyProfile ) : IProfile

Method Details

ExecuteForProfile() protected method

protected ExecuteForProfile ( PluginProfile legacyProfile, IAccount account ) : void
legacyProfile Tp.LegacyProfileConvertsion.Common.PluginProfile
account IAccount
return void

GetLegacyProfiles() protected method

protected GetLegacyProfiles ( ) : IEnumerable
return IEnumerable

LegacyRevisionsImporter() public method

public LegacyRevisionsImporter ( IConvertorArgs args, IAccountCollection accountCollection ) : System
args IConvertorArgs
accountCollection IAccountCollection
return System