C# Класс PlasticSCM.MergeInfo

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object obj ) : bool
GetHashCode ( ) : int
MergeInfo ( long id, System.DateTime date, string owner, string type, long sourceId, string sourceComment, System.DateTime sourceDate, string sourceOwner, long sourceChangeset, string sourceBranch, long destinationId, string destinationComment, System.DateTime destinationDate, string destinationOwner, long destinationChangeset, string destinationBranch ) : System
ToString ( ) : string

Защищенные методы

Метод Описание
Equals ( MergeInfo other ) : bool

Описание методов

Equals() защищенный Метод

protected Equals ( MergeInfo other ) : bool
other MergeInfo
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

MergeInfo() публичный Метод

public MergeInfo ( long id, System.DateTime date, string owner, string type, long sourceId, string sourceComment, System.DateTime sourceDate, string sourceOwner, long sourceChangeset, string sourceBranch, long destinationId, string destinationComment, System.DateTime destinationDate, string destinationOwner, long destinationChangeset, string destinationBranch ) : System
id long
date System.DateTime
owner string
type string
sourceId long
sourceComment string
sourceDate System.DateTime
sourceOwner string
sourceChangeset long
sourceBranch string
destinationId long
destinationComment string
destinationDate System.DateTime
destinationOwner string
destinationChangeset long
destinationBranch string
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string