C# 클래스 Git.Core.Commit

상속: Object
파일 보기 프로젝트 열기: igorgue/git-sharp 1 사용 예제들

공개 메소드들

메소드 설명
Commit ( SHA1 treeId, SHA1 parentId, string authorName, string commiterName, string authorEmail, string commiterEmail, string messageContent ) : System

보호된 메소드들

메소드 설명
Decode ( ) : byte[]
Encode ( byte content ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( SHA1 treeId, SHA1 parentId, string authorName, string commiterName, string authorEmail, string commiterEmail, string messageContent ) : System
treeId SHA1
parentId SHA1
authorName string
commiterName string
authorEmail string
commiterEmail string
messageContent string
리턴 System

Decode() 보호된 메소드

protected Decode ( ) : byte[]
리턴 byte[]

Encode() 보호된 메소드

protected Encode ( byte content ) : void
content byte
리턴 void