C# Class SilverlightMappingToolBasic.UI.SuperGraph.ViewModel.NodeProperties

Inheritance: ViewModelBase, INodeProperties
Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode Description
NodeProperties ( Node node ) : System
NodeProperties ( TransactionalNodeService node ) : System
RemoveMetadata ( string key ) : bool

Private Methods

Méthode Description
CompactUpdates ( ) : void

Compacts the Updates list so that when multiple operations exist for a single piece of metadata only the last operation is left in the Updates list.

GetIntMetadataValue ( string key ) : int?
GetMetadataValue ( string key ) : string
IEditableObject ( ) : void
Update ( string key, int value ) : void
Update ( string key, string value ) : void

Method Details

NodeProperties() public méthode

public NodeProperties ( Node node ) : System
node Node
Résultat System

NodeProperties() public méthode

public NodeProperties ( TransactionalNodeService node ) : System
node TransactionalNodeService
Résultat System

RemoveMetadata() public méthode

public RemoveMetadata ( string key ) : bool
key string
Résultat bool