C# Class CoreTechs.Common.RepeatScope

Inheritance: IDisposable
ファイルを表示 Open project: Core-Techs/Common

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Execute ( ) : void
GetDisposables ( ) : IEnumerable
RepeatScope ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Execute() protected abstract method

protected abstract Execute ( ) : void
return void

GetDisposables() protected method

protected GetDisposables ( ) : IEnumerable
return IEnumerable

RepeatScope() protected method

protected RepeatScope ( ) : System
return System