C# 클래스 PlasticSCM.BranchInfo

파일 보기 프로젝트 열기: powercode/PSPlastic 1 사용 예제들

공개 메소드들

메소드 설명
BranchInfo ( long id, string comment, System.DateTime date, string owner, string name, string parent, string repositoryName, string server, string type, long changeset ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( BranchInfo other ) : bool

메소드 상세

BranchInfo() 공개 메소드

public BranchInfo ( long id, string comment, System.DateTime date, string owner, string name, string parent, string repositoryName, string server, string type, long changeset ) : System
id long
comment string
date System.DateTime
owner string
name string
parent string
repositoryName string
server string
type string
changeset long
리턴 System

Equals() 보호된 메소드

protected Equals ( BranchInfo other ) : bool
other BranchInfo
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string