C# Class WpfDataUi.DataTypes.InstanceMember

Inheritance: System.Windows.DependencyObject
Exibir arquivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
AfterSetByUi EventHandler
BeforeSetByUi EventHandler
MyPropertyProperty System.Windows.DependencyProperty
UniqueId int

Public Methods

Method Description
CallAfterSetByUi ( ) : void
InstanceMember ( ) : System
InstanceMember ( string name, object instance ) : System
SimulateValueChanged ( ) : void
ToString ( ) : string

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
CallBeforeSetByUi ( IDataUi dataUi ) : void

Method Details

CallAfterSetByUi() public method

public CallAfterSetByUi ( ) : void
return void

InstanceMember() public method

public InstanceMember ( ) : System
return System

InstanceMember() public method

public InstanceMember ( string name, object instance ) : System
name string
instance object
return System

OnPropertyChanged() protected method

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

SimulateValueChanged() public method

public SimulateValueChanged ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

AfterSetByUi public_oe property

public EventHandler AfterSetByUi
return EventHandler

BeforeSetByUi public_oe property

public EventHandler BeforeSetByUi
return EventHandler

MyPropertyProperty public_oe static_oe property

public static DependencyProperty,System.Windows MyPropertyProperty
return System.Windows.DependencyProperty

UniqueId public_oe property

public int UniqueId
return int