C# 클래스 SerializationUtilities.SerializationGraph.Graph.StringGraphNode

상속: BaseGraphNode, IStringGraphNode
파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit

공개 메소드들

메소드 설명
CanMatchType ( Type requestedType ) : bool
ExtractObject ( Type requestedType ) : object
StringGraphNode ( string value, Graph parent ) : System

메소드 상세

CanMatchType() 공개 메소드

public CanMatchType ( Type requestedType ) : bool
requestedType System.Type
리턴 bool

ExtractObject() 공개 메소드

public ExtractObject ( Type requestedType ) : object
requestedType System.Type
리턴 object

StringGraphNode() 공개 메소드

public StringGraphNode ( string value, Graph parent ) : System
value string
parent Graph
리턴 System