C# Class PlasticSCM.UnCheckoutInfo

显示文件 Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
UnCheckoutInfo ( string path ) : System

Protected Methods

Method Description
Equals ( UnCheckoutInfo other ) : bool

Private Methods

Method Description
UnCheckoutInfo ( string path, OperationStatus status ) : System

Method Details

Equals() protected method

protected Equals ( UnCheckoutInfo other ) : bool
other UnCheckoutInfo
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

UnCheckoutInfo() public method

public UnCheckoutInfo ( string path ) : System
path string
return System