C# Class FITKMS_business.Util.ItemProfile

Datei anzeigen Open project: fitba/km-2013-projects-team-bjelasnica Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ItemProfile ( int id, List tags ) : System
TagExists ( Tagovi tag ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ItemProfile() public method

public ItemProfile ( int id, List tags ) : System
id int
tags List
return System

TagExists() public method

public TagExists ( Tagovi tag ) : bool
tag FITKMS_business.Data.Tagovi
return bool