Sep.Git.Tfs.Commands.Rcheckin.Rcheckin C# (CSharp) Method

Rcheckin() public method

public Rcheckin ( CheckinOptions checkinOptions, TfsWriter writer, Globals globals, AuthorsFile authors ) : System
checkinOptions CheckinOptions
writer Sep.Git.Tfs.Core.TfsWriter
globals Globals
authors Sep.Git.Tfs.Util.AuthorsFile
return System
        public Rcheckin(CheckinOptions checkinOptions, TfsWriter writer, Globals globals, AuthorsFile authors)
        {
            _checkinOptions = checkinOptions;
            _checkinOptionsFactory = new CheckinOptionsFactory(globals);
            _writer = writer;
            _globals = globals;
            _authors = authors;
        }