C# Class SerializationUtilities.SerializationGraph.Graph.PrimitiveGraphNode

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

Public Methods

Method Description
CanMatchType ( Type requestedType ) : bool
ExtractObject ( Type requestedType ) : object
PrimitiveGraphNode ( ValueType value, Graph parentGraph ) : System

Private Methods

Method Description
ConvertEnum ( Type enumType, ValueType value ) : object

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

PrimitiveGraphNode() public method

public PrimitiveGraphNode ( ValueType value, Graph parentGraph ) : System
value System.ValueType
parentGraph Graph
return System