C# Class Verses.Portable.BusinessEntityBase

Inheritance: IBusinessEntity, INotifyPropertyChanged
Mostrar archivo Open project: pierceboggan/Verses

Private Properties

Property Type Description

Public Methods

Method Description
BusinessEntityBase ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Method Details

BusinessEntityBase() public method

public BusinessEntityBase ( ) : System
return System

OnPropertyChanged() protected method

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