C# Class SimpleFramework.Xml.Core.ExampleStrategy

Inheritance: Strategy
Afficher le fichier Open project: ngallagher/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 System.Type
node NodeMap
map Dictionary
Résultat Value

Write() public méthode

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