C# 클래스 SimpleFramework.Xml.Strategy.Allocate

The Allocate object is used to represent an entity that has not yet been created and needs to be allocated to the the object graph. This is given a map that contains each node in the graph keyed via a unique identifier. When an instance is created and set then it is added to the object graph.
상속: Value
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
Allocate ( Value value, Dictionary map, String key ) : System.Collections.Generic

Constructor for the Allocate object. This is used to create a value that can be used to set any object in to the internal object graph so references can be discovered.

IsReference ( ) : bool

메소드 상세

Allocate() 공개 메소드

Constructor for the Allocate object. This is used to create a value that can be used to set any object in to the internal object graph so references can be discovered.
public Allocate ( Value value, Dictionary map, String key ) : System.Collections.Generic
value Value /// this is the value used to describe the instance ///
map Dictionary /// this contains each instance mapped with a key ///
key String /// this is the unique key representing this instance ///
리턴 System.Collections.Generic

IsReference() 공개 메소드

public IsReference ( ) : bool
리턴 bool