Code Monkey home page Code Monkey logo

csharp-object-to-object-literal's Introduction

csharp-object-to-object-literal

This is an attempt to emit a C# object literal constructor for a NHibernate object (graph) in memory, which can then be pasted into any unit test framework.

It is not a general case solution, but it does work on my real world data. As I encounter more data types, I will enhance it. If you find a feature you wish, feel free to contact me or add it yourself.

The basic approach is to walk all the "intrinsic" properties of the object (String, int, etc.) and emit the C# Object Literal Constructor syntax. Then it walks all other properties, assigning them once it has recursed thru the class. Whenever it encounters a List or Array, it will create seperate var declarations for each, then it will emit the list once all the new variables have been defined.

This code has no dependancy on NHibernate, and should port easily to any other O/RM, as long as you can identify when two entities are equal. In this case, all our entities inherit a Key propery from a base class, and that coupled with a Type identifies an entity. Since my purpose is to serialize a just-loaded NHibernate object graph, all entities will have keys.

csharp-object-to-object-literal's People

Contributors

jefflomax avatar jlomax avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

robertbrooker

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.