C# Class SerializationUtilities.SerializationGraph.Graph.StringGraphNode

Inheritance: BaseGraphNode, IStringGraphNode
Exibir arquivo Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Methods

Method Description
CanMatchType ( Type requestedType ) : bool
ExtractObject ( Type requestedType ) : object
StringGraphNode ( string value, Graph parent ) : System

Method Details

CanMatchType() public method

public CanMatchType ( Type requestedType ) : bool
requestedType System.Type
return bool

ExtractObject() public method

public ExtractObject ( Type requestedType ) : object
requestedType System.Type
return object

StringGraphNode() public method

public StringGraphNode ( string value, Graph parent ) : System
value string
parent Graph
return System