C# Class Octgn.DeckBuilder.DeckEditorPreviewControl.CardViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: octgn/OCTGN

Public Methods

Method Description
CardViewModel ( ) : System
SetCard ( Card c ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

CardViewModel() public method

public CardViewModel ( ) : System
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

SetCard() public method

public SetCard ( Card c ) : void
c Octgn.DataNew.Entities.Card
return void