C# Class Zetbox.API.BaseNotifyingObject.Notification

显示文件 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_oe property

public object newValue
return object

oldValue public_oe property

public object oldValue
return object

property public_oe property

public string property
return string