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

Inheritance: ViewModelBase, IMetadata
Mostrar archivo Open project: chris-tomich/Glyma

Public Methods

Method Description
Delete ( ) : void
Metadata ( IMetadataSet metadataSet, IMapManager mapManager ) : System
SetName ( string name, TransactionChain &chain ) : bool
SetValue ( string value, TransactionChain &chain ) : bool

Method Details

Delete() public method

public Delete ( ) : void
return void

Metadata() public method

public Metadata ( IMetadataSet metadataSet, IMapManager mapManager ) : System
metadataSet IMetadataSet
mapManager IMapManager
return System

SetName() public method

public SetName ( string name, TransactionChain &chain ) : bool
name string
chain TransactionalNodeService.Soap.TransactionFramework.TransactionChain
return bool

SetValue() public method

public SetValue ( string value, TransactionChain &chain ) : bool
value string
chain TransactionalNodeService.Soap.TransactionFramework.TransactionChain
return bool