C# 클래스 SilverlightMappingToolBasic.UI.SuperGraph.ViewModel.NodeProperties

상속: ViewModelBase, INodeProperties
파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
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