C# Class LokiProgrammer.BoardInfo

Inheritance: INotifyPropertyChanged, IEditableObject
Afficher le fichier Open project: arachnidlabs/loki Class Usage Examples

Protected Properties

Свойство Type Description
pinMap ObservableCollection

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
NotifyPropertyChanged ( [ propertyName = "" ) : void

Method Details

BeginEdit() public méthode

public BeginEdit ( ) : void
Résultat void

BoardInfo() public méthode

public BoardInfo ( Stream stream, byte address ) : System
stream Stream
address byte
Résultat System

BoardInfo() public méthode

public BoardInfo ( byte address ) : System
address byte
Résultat System

CancelEdit() public méthode

public CancelEdit ( ) : void
Résultat void

Deserialize() public méthode

public Deserialize ( Stream stream ) : void
stream Stream
Résultat void

EndEdit() public méthode

public EndEdit ( ) : void
Résultat void

NotifyPropertyChanged() protected méthode

protected NotifyPropertyChanged ( [ propertyName = "" ) : void
propertyName [
Résultat void

Serialize() public méthode

public Serialize ( Stream stream ) : void
stream Stream
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

gpioNames_CollectionChanged() public méthode

public gpioNames_CollectionChanged ( object sender, System e ) : void
sender object
e System
Résultat void

pinMap_CollectionChanged() public méthode

public pinMap_CollectionChanged ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

pinMap protected_oe property

protected ObservableCollection pinMap
Résultat ObservableCollection