C# 클래스 ZocBuild.Database.ScriptRepositories.DvcsScriptRepositoryBase.ChangesetId

Represents the identifier of a specific revision.
상속: RevisionIdentifierBase
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database

공개 메소드들

메소드 설명
ChangesetId ( byte hash ) : System

Instantiates the changesetId with the given SHA hash.

ChangesetId ( string hex ) : System

Instantiates the changesetId with the given SHA hash.

ToString ( ) : string

Returns a string representation of the object.

비공개 메소드들

메소드 설명
ChangesetId ( ) : System

메소드 상세

ChangesetId() 공개 메소드

Instantiates the changesetId with the given SHA hash.
public ChangesetId ( byte hash ) : System
hash byte A length 20 byte array containing the hash value.
리턴 System

ChangesetId() 공개 메소드

Instantiates the changesetId with the given SHA hash.
public ChangesetId ( string hex ) : System
hex string A length 40 string containing the base 16 encoding of the hash value.
리턴 System

ToString() 공개 메소드

Returns a string representation of the object.
public ToString ( ) : string
리턴 string