C# 클래스 ExampleStrategy, simplexml

상속: Strategy
파일 보기 프로젝트 열기: restlet/simplexml

공개 메소드들

메소드 설명
ExampleStrategy ( StrategyTest, test ) : SimpleFramework.Xml.Strategy
Read ( Type, field, NodeMap, node, Dictionary, map ) : Value,
Write ( Type, field, Object value, NodeMap, node, Dictionary, map ) : bool

메소드 상세

ExampleStrategy() 공개 메소드

public ExampleStrategy ( StrategyTest, test ) : SimpleFramework.Xml.Strategy
test StrategyTest,
리턴 SimpleFramework.Xml.Strategy

Read() 공개 메소드

public Read ( Type, field, NodeMap, node, Dictionary, map ) : Value,
field Type,
node NodeMap,
map Dictionary,
리턴 Value,

Write() 공개 메소드

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