C# Class Zetbox.API.BaseNotifyingObject.Notification

Show file Open project: daszat/zetbox

Public Properties

Property Type Description
newValue object
oldValue object
property string

Public Methods

Method Description
Notification ( Notification oldNotification, object newValue ) : System
Notification ( string property, object oldValue, object newValue ) : System

Method Details

Notification() public method

public Notification ( Notification oldNotification, object newValue ) : System
oldNotification Notification
newValue object
return System

Notification() public method

public Notification ( string property, object oldValue, object newValue ) : System
property string
oldValue object
newValue object
return System

Property Details

newValue public property

public object newValue
return object

oldValue public property

public object oldValue
return object

property public property

public string property
return string