C# Класс SilverlightMappingToolBasic.UI.SuperGraph.ViewModel.NodeProperties

Наследование: ViewModelBase, INodeProperties
Показать файл Открыть проект

Открытые методы

Метод Описание
NodeProperties ( Node node ) : System
NodeProperties ( TransactionalNodeService node ) : System
RemoveMetadata ( string key ) : bool

Приватные методы

Метод Описание
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

Описание методов

NodeProperties() публичный Метод

public NodeProperties ( Node node ) : System
node Node
Результат System

NodeProperties() публичный Метод

public NodeProperties ( TransactionalNodeService node ) : System
node TransactionalNodeService
Результат System

RemoveMetadata() публичный Метод

public RemoveMetadata ( string key ) : bool
key string
Результат bool