C# Class ExampleStrategy, simplexml

Inheritance: Strategy
Afficher le fichier Open project: restlet/simplexml

Méthodes publiques

Méthode 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 méthode

public ExampleStrategy ( StrategyTest, test ) : SimpleFramework.Xml.Strategy
test StrategyTest,
Résultat SimpleFramework.Xml.Strategy

Read() public méthode

public Read ( Type, field, NodeMap, node, Dictionary, map ) : Value,
field Type,
node NodeMap,
map Dictionary,
Résultat Value,

Write() public méthode

public Write ( Type, field, Object value, NodeMap, node, Dictionary, map ) : bool
field Type,
value Object
node NodeMap,
map Dictionary,
Résultat bool