C# Класс Superheroes.ViewModels.SuperheroesViewModel

Наследование: ViewModelBase
Показать файл Открыть проект

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

Метод Описание
Equals ( SuperheroesViewModel obj ) : bool
Equals ( object obj ) : bool
SuperheroesViewModel ( )
SuperheroesViewModel ( SuperheroesViewModel newSuperhero )
SuperheroesViewModel ( string name, string imgUrl, string powers )

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

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

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

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

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

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

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

public SuperheroesViewModel ( SuperheroesViewModel newSuperhero )
newSuperhero SuperheroesViewModel

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

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