C# Class SimpleFramework.Xml.Core.ExampleStrategy

Inheritance: Strategy
Datei anzeigen Open project: ngallagher/simplexml

Public Methods

Method Description
ExampleStrategy ( StrategyTest test ) : SimpleFramework.Xml.Strategy
Read ( Type field, NodeMap node, Dictionary map ) : Value
Write ( Type field, Object value, NodeMap node, Dictionary map ) : bool

Method Details

ExampleStrategy() public method

public ExampleStrategy ( StrategyTest test ) : SimpleFramework.Xml.Strategy
test StrategyTest
return SimpleFramework.Xml.Strategy

Read() public method

public Read ( Type field, NodeMap node, Dictionary map ) : Value
field System.Type
node NodeMap
map Dictionary
return Value

Write() public method

public Write ( Type field, Object value, NodeMap node, Dictionary map ) : bool
field System.Type
value Object
node NodeMap
map Dictionary
return bool