C# Class LokiProgrammer.BoardInfo

Inheritance: INotifyPropertyChanged, IEditableObject
ファイルを表示 Open project: arachnidlabs/loki Class Usage Examples

Protected Properties

Property Type Description
pinMap ObservableCollection

Public Methods

Method Description
BeginEdit ( ) : void
BoardInfo ( Stream stream, byte address ) : System
BoardInfo ( byte address ) : System
CancelEdit ( ) : void
Deserialize ( Stream stream ) : void
EndEdit ( ) : void
Serialize ( Stream stream ) : void
ToString ( ) : string
gpioNames_CollectionChanged ( object sender, System e ) : void
pinMap_CollectionChanged ( object sender, System e ) : void

Protected Methods

Method Description
NotifyPropertyChanged ( [ propertyName = "" ) : void

Method Details

BeginEdit() public method

public BeginEdit ( ) : void
return void

BoardInfo() public method

public BoardInfo ( Stream stream, byte address ) : System
stream Stream
address byte
return System

BoardInfo() public method

public BoardInfo ( byte address ) : System
address byte
return System

CancelEdit() public method

public CancelEdit ( ) : void
return void

Deserialize() public method

public Deserialize ( Stream stream ) : void
stream Stream
return void

EndEdit() public method

public EndEdit ( ) : void
return void

NotifyPropertyChanged() protected method

protected NotifyPropertyChanged ( [ propertyName = "" ) : void
propertyName [
return void

Serialize() public method

public Serialize ( Stream stream ) : void
stream Stream
return void

ToString() public method

public ToString ( ) : string
return string

gpioNames_CollectionChanged() public method

public gpioNames_CollectionChanged ( object sender, System e ) : void
sender object
e System
return void

pinMap_CollectionChanged() public method

public pinMap_CollectionChanged ( object sender, System e ) : void
sender object
e System
return void

Property Details

pinMap protected_oe property

protected ObservableCollection pinMap
return ObservableCollection