C# Class Superheroes.ViewModels.SuperheroesViewModel

Inheritance: ViewModelBase
Show file Open project: TelerikAcademy/Windows-Applications

Public Methods

Method Description
Equals ( SuperheroesViewModel obj ) : bool
Equals ( object obj ) : bool
SuperheroesViewModel ( )
SuperheroesViewModel ( SuperheroesViewModel newSuperhero )
SuperheroesViewModel ( string name, string imgUrl, string powers )

Method Details

Equals() public method

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

Equals() public method

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

SuperheroesViewModel() public method

SuperheroesViewModel() public method

public SuperheroesViewModel ( SuperheroesViewModel newSuperhero )
newSuperhero SuperheroesViewModel

SuperheroesViewModel() public method

public SuperheroesViewModel ( string name, string imgUrl, string powers )
name string
imgUrl string
powers string