public void Shelve(IShelveset shelveset, IPendingChange[] changes, TfsShelvingOptions options)
 {
     throw new NotImplementedException();
 }
 public void Shelve(IShelveset shelveset, IPendingChange[] changes, TfsShelvingOptions options)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void Shelve(IShelveset shelveset, IPendingChange[] changes, TfsShelvingOptions options)
 {
     _workspace.Shelve(_bridge.Unwrap <Shelveset>(shelveset), _bridge.Unwrap <PendingChange>(changes), _bridge.Convert <ShelvingOptions>(options));
 }
Beispiel #4
0
 public ShelvingOptions Convert(TfsShelvingOptions options)
 {
     return (ShelvingOptions) (int) options;
 }