C# Class WhiskWork.Core.WorkItemParent

Datei anzeigen Open project: jorn-ola-birkeland/WhiskWork Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
WorkItemParent ( string id, WorkItemParentType type ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

WorkItemParent() public method

public WorkItemParent ( string id, WorkItemParentType type ) : System
id string
type WorkItemParentType
return System