Hi All,
the same problem , i don't know how to resolve it...
I have a Dictionary  that hold  2 kinds  of objects ( Documents and there 
words):
  Dictionary<Document, List<Concept>> lista = new Dictionary<Document, 
List<Concept>>()
i'am using neo4jClient , i read that it possible to make it with cypher 
query (foreach) , but i didn't solve it

and i want to create a neo4j graph  using this Dictionary

Le jeudi 17 avril 2014 13:58:43 UTC+2, Yuquan Wang a écrit :
>
> Hi,wilsonjan.
> I also met the problem.Did you solve it?
>
> 在 2013年2月8日星期五UTC+8下午4时06分41秒,wilsonjan写道:
>>
>> I'm using the Neo4jClient to create nodes in neo4j and would like to know 
>> if there is a way to serialize and deserialize objects against .net types 
>> which contain dictionaries to hold values for all the node properties.  The 
>> reason for this is that the number of properties can vary over time.
>>
>> For example, I'd like to be able to do the following:
>>
>> public class Order
>> {
>>     public int OrderId { get; set; }
>>     public Dictionary<string, string> Attributes { get; set; }
>> }
>>
>> When (using the Neo4jClient) I read in the value of a node and convert it 
>> to an Order type, each property in the node will get added to the 
>> dictionary of Attributes.
>>
>> Likewise, when I save an object of this structure I need be able to 
>> extract all the values in the Attributes dictionary and generate against 
>> the node for each property.
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to