C# Class ExampleStrategy, simplexml

Inheritance: Strategy
Mostra file Open project: restlet/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 Type,
node NodeMap,
map Dictionary,
return Value,

Write() public method

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