C# 클래스 GitSharp.Core.Transport.OperationResult

Class holding result of operation on remote repository. This includes refs advertised by remote repo and local tracking refs updates.
파일 보기 프로젝트 열기: stschake/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
Add ( TrackingRefUpdate u ) : void
GetAdvertisedRef ( string name ) : Ref
GetTrackingRefUpdate ( string localName ) : TrackingRefUpdate
SetAdvertisedRefs ( URIish u, Ref>.Dictionary ar ) : void

메소드 상세

Add() 공개 메소드

public Add ( TrackingRefUpdate u ) : void
u TrackingRefUpdate
리턴 void

GetAdvertisedRef() 공개 메소드

public GetAdvertisedRef ( string name ) : Ref
name string
리턴 Ref

GetTrackingRefUpdate() 공개 메소드

public GetTrackingRefUpdate ( string localName ) : TrackingRefUpdate
localName string
리턴 TrackingRefUpdate

SetAdvertisedRefs() 공개 메소드

public SetAdvertisedRefs ( URIish u, Ref>.Dictionary ar ) : void
u URIish
ar Ref>.Dictionary
리턴 void