The dynamicobject tag has no wiki summary.
0
votes
2answers
60 views
Reformat JSON with dynamic object names in jQuery
I have a simple set of JSON that needs to be reformatted since all of the key value pairs are not always output.
{
"result": [
{
"category": "Negative Notification",
"event": ...
1
vote
1answer
23 views
RhinoMocks expectation with dynamic parameter
Is there anyway to mock an method that takes a dynamic parameter?
I want to set an expectation like this:
_hasher.Expect(h => h.ComputeHash(Arg<dynamic>.Matches(o=> o.PropertyA == ...
3
votes
0answers
52 views
Patterns / Problems that use dynamic types, dynamic objects and expando objects in C# [duplicate]
I have recently become aware of the dynamic keyword after doing some digging into Dynamic Objects and Expando Objects in C#
I can appreciate that it is quite cool however apart from a ViewBag in ...
0
votes
2answers
100 views
“'object' does not contain a definition for 'property' and no extension method 'property' accepting a first argument of type 'object' could be found”
I've created a simple class that is a descendant of DynamicObject:
public class DynamicCsv : DynamicObject
{
private Dictionary<string, int> _fieldIndex;
private string[] _RowValues;
...
2
votes
2answers
61 views
dynamic object creation in vector
so i would like to have vector<OtherClassName> theVector as a member of a BaseClass
i am wondering in many ways that i can get a memory leaks...
will doing this results in memory leaks?
...
1
vote
0answers
137 views
Silverlight MVVM binding DataGrid to DynamicObject, reevaluating dynamic members
I have a ViewModel which exposes a DataSource which is an ObservableCollection of DynamicObjects. Upon binding, the DataGrid calls GetDynamicMemberNames() on the first DataSource item to obtain the ...
0
votes
2answers
76 views
How to handle a dynamic class differently based on expected return value
Which method of DynamicObject do I have to override in order to get a different behavior (in the dynamic class) based on the context in which the instance is used?
Here is an example of what I am ...
3
votes
1answer
221 views
why can't I use GetType().GetProperty() on objects that inherit from DynamicObject?
I'm trying to retrive fields or properties from a dynamic class using reflection, but when I call the dynamic object using Getfield or GetProperty it can never find the field and none of the dynamic ...
0
votes
1answer
77 views
Custom object list can't add object at runtime gives “Nullpointer Exception”
I am facing some problem while creating one list of custom type objectlist and adding some object in that list.
I have one advertise object list
public int ajax_GenerateReports(ResourceRequest ...
0
votes
0answers
61 views
Subclass of DynamicObject that automatically adds non existent properties
I'm building a web service that consumes a complex JSON object graph from an external system. I only need to pull values from a small subset of the object graph, so rather than map the entire data ...
1
vote
1answer
276 views
Count objects within dynamic anonymous object (C#)
I have a dynamic object (it's actually json) that I pass into my MVC WebApi controller.
The json object contains multiple lists within an anonymous object that are submitted to the controller from ...
0
votes
1answer
142 views
Creating Multiple Dynamically Allocated objects in C++
Another question for those far wiser than I:
I'm trying to create 3 instances of a Player Class like so:
Player *player1 = new Player("Aaron",0.3333333);
Player *player2 = new Player("Bob",0.5);
...
5
votes
2answers
441 views
Convert type 'System.Dynamic.DynamicObject to System.Collections.IEnumerable
I'm successfully using the JavaScriptSerializer in MVC3 to de-serialize a json string in to a dynamic object. What I can't figure out is how to cast it to something I can enumerate over. The foreach ...
2
votes
1answer
151 views
Dynamically removing a member from Expando /dynamic object
I'm looking for a way to remove members dynamically from an dynamic object (may be can we use Expando object here?).
OK, I guess a little clarification is needed...
When you do that :
dynamic foo ...
0
votes
1answer
73 views
Getting the argument names along with values in a dynamic method invoke
I am implementing a DynamicObject. In the TryInvokeMethod, in addition to the arguments ( passed in to the method), I also need the names for the parameters if they have been used.
I can see that ...
0
votes
1answer
126 views
Use Dynamic objects to return different Types from a Method
The Microsoft Unit Test Wizard creates Accessor objects if you need to test a non-public property from another project. Inside my Unit Tests I create helper functions so that I don't repeat the same ...
3
votes
3answers
175 views
Read values from a Dynamic Object C#
I'm trying to read values from System.Web.Helpers.DynamicJsonObject. I can see the values in the debugger but I can't figure out how to access them. I have tried this
...
-1
votes
2answers
147 views
Cannot assign value to ExpandoObject
Just trying out on dynamic objects and I encountered this compile error
ExpandoObject myObj = new ExpandoObject();
myObj.GivenName = "Testing";
System.Dynamic.ExpandoObject' does not contain a ...
1
vote
0answers
306 views
Serializable Dynamic Objects created in C# ( WCF ) not accessible in VB.NET
In my solution I have the webservice (backend) written in C# and served via WCF to the client which is the MVC3 web front-end with VB.NET. For one web service I need to send to the client a list of ...
1
vote
1answer
248 views
Dynamic Hierarchical Javascript Object Loop
var treeData = {"name" : "A", "children" : [
{"name" : "B", "children": [
{"name" : "C", "children" :[]}
]}
...
1
vote
2answers
748 views
Bind WPF Extended Toolkit PropertyGrid to a dictionary or other dynamic source?
I have an XML file with several child elements. Each child element contains a series of elements, but the XML schema is undocumented, so I cannot possibly account for every possible element name. My ...
1
vote
3answers
894 views
C# DynamicObject dynamic properties
Assuming I cannot use an ExpandoObject and have to roll my own like so :-
class MyObject : DynamicObject {
dictionary<string, object> _properties = dictionary<string, object>();
...
0
votes
2answers
185 views
C# DynamicObject class methods
Is there an easy way to create a class method for a subclass of a DyanamicObject or ExpandoObject?
Is resorting back to reflection the only way?
What I mean is something like :-
class Animal : ...
0
votes
2answers
117 views
Load a class “on-the-fly” with php
I have an existent class and I want to create a system to load "plugins" for it. Those "plugins" are created as files and then included in the file with the main class.
Now I think the main class ...
0
votes
1answer
176 views
Why my TryInvokeMember is not called?
My DynamicObject implementation looks like this:
public class DynCallsite: DynamicObject
{
public DynCallsite(ScriptPlayer player)
{
_player = player;
}
public override bool ...
2
votes
2answers
281 views
MVVM DynamicObject + Entity Framework STE entities + Property Change Behavior
I'm in the process of creating a BaseViewModel for my WPF projects, which is derived from DynamicObject, and I'm not really sure how to handle property changes to entities 'related' to the main entity ...
0
votes
0answers
211 views
How can a DynamicObject-derived class support both XML & JSON serialization?
I've a class which is derived from the DynamicObject class and implements the ISerializable and IXmlSerializable interfaces, as shown below:
[Serializable]
public class DynamicModel : DynamicObject, ...
0
votes
3answers
657 views
Dynamic TImage's in dynamic TPanel's?
OK, I'm trying to create some custom number of TPanel's at runtime on TScrollBox surface like you can see on following image.
To get this I'm using following code and that works fine.
var
pan: ...
0
votes
1answer
191 views
Setting values in <input> tags after retreiving them from Database.
I have JSP page. In that page under HTML tags i have <input> tags. Now the values for these input tags are to be set, after they retrieved from the database using JDBC connectivity. Let's say i ...
9
votes
3answers
970 views
Is there mongodb C# driver support System.Dynamic.DynamicObject in .NET 4?
Im working on a project that use .NET Razor and mongodb. I would like to do something like this:
@{
var feeds = DP.Database.GetCollection("feeds").FindAll();
}
<ul>
@foreach (dynamic ...
3
votes
2answers
1k views
Dynamic model with Telerik ASP MVC
Has anyone found a way to dynamically create a grid using ExpandoObject, DynamicObject or Reflection.Emit and at the same time allow CRUD operations?
I was able to use Reflection.Emit to dynamically ...
2
votes
1answer
230 views
Using DynamicObject to simulate DependencyProperties
I'm looking to create something akin to one of the features of VS or Blend whereby when one selects multiple objects, the property grid shows the value for any property that is shared by all objects ...
1
vote
1answer
1k views
DynamicObject and TrySetMember performance vs ExpandoObject performance
I'm using a custom implementation of a DynamicObject which works perfectly for my application, other than the fact that I'm running into some performance issues. Some performance overhead is to be ...
0
votes
1answer
139 views
System.Dynamic ExpandoControl is it possible?
I'm trying to figure out how to create a web server control which is basically an ExpandoObject.
The desire is to automatically create a property on the control when it is created in the aspx markup.
...
8
votes
1answer
2k views
dynamic does not contain a definition for a property from a project reference
I am getting an error that says 'object' does not contain a definition for 'Title'
all the code is also on github
I have a ConsoleApplication1 that looks like this
namespace ConsoleApplication1
{
...
3
votes
1answer
168 views
How to deserialize dictionary with hierarchical keys to dynamic object?
I'm receiving data in dictionary form and would like to deserialize it into a dynamic object. The twist is the dictionary keys express a hierarchical object. A second twist is some of the keys ...
2
votes
0answers
637 views
C# 4.0 Dynamic Object with ASP.NET DataBinding
I am trying to display in an ASP.NET GridView a property of a bound object that has been dynamically created using a dynamic object. In my example, DynamicProperties.FullName is dynamic.
My client ...
2
votes
1answer
153 views
Is there any Ready-to-use DynamicObject in C#?
I know viewbag is one of the ready-to-use DynamicObject, but if you are not in a view or controller, is there any other Ready-to-use DynamicObject except to write your own?
(btw, I found a sample of ...
0
votes
2answers
151 views
How to Create a dynamic class and add it to project
How I can Create a dynamic class and add it to the project(creating from)?
can I create class in Build and Rebuild of my project? I mean can I handle Build and Rebuild events in my project?
thanks
1
vote
1answer
121 views
Proxying a collection interfaces dynamically
I have occasionally had cause to write collection class adapters, i.e. create an adapter for a class that implements IList<T> proxying its methods, whist adding some extra functionality. The ...
2
votes
1answer
418 views
Enum values for Office interop via dynamic object
I am using COM interop for Word automation within my Silverlight-Ouf-Of-Browser application. This means that I can't reference COM directly but instead I rely on dynamic.
Now I would like to call the ...
6
votes
1answer
621 views
Determining the expected type of a DynamicObject member access
Is it possible to determine what type a dynamic member access expects? I've tried
dynamic foo = new MyDynamicObject();
int x = foo.IntValue;
int y = (int)foo.IntValue;
And in the TryGetMember ...
2
votes
1answer
389 views
XML-RPC.NET and C# Dynamic Types
The Cook Computing blog has a post discussing how dynamics in .NET 4 could be used to create dynamic RPC calls. (Post: ALTERNATIVE SYNTAX FOR MEMBER CALLS ON C# DYNAMIC TYPES )
The post shows the ...
3
votes
3answers
658 views
Is there a way to create a DynamicObject that supports an Interface?
Can I define a class which derives from DynamicObject and supports an interface (ICanDoManyThings) without having to implement each method in the interface?
I'm trying to make a dynamic proxy ...
1
vote
2answers
426 views
When overriding DynamicObject's TryInvokeMember(), how to choose a correct overload to invoke?
How would you implement an algorithm to choose the correct method overload, when overriding the following method on DynamicObject?
bool TryInvokeMember(InvokeMemberBinder binder, object[] args, out ...
2
votes
4answers
121 views
Have anybody created an open source dynamic .NET class for exposing private functions/properties on another class?
And if so, I would very much like to use it. Does anybody have any pointers?
My goal is to remove the need for _accessor projects in my test solution. I figured that if I created a dynamic class, it ...
0
votes
0answers
716 views
DynamicObject databinding on DataGridView, System.Dynamic namespace
I have some collections of objects that inherits DynamicObject class, all works great with the BindingSource and BindingNavigator, but I don't have the dynamic properties displayed on the ...
9
votes
3answers
993 views
Get generic type of call to method in dynamic object
I'm starting to work with dynamic objects in .Net and I can't figure out how to do something.
I have a class that inherits from DynamicObject, and I override the TryInvokeMember method.
e.g.
class ...
0
votes
2answers
739 views
C# Converting a DynamicObject to arbitrary type
I'm writing a Javascript <-> C# bridge and ran into the following problem:
There's a class JSObject:
public class JSObject : DynamicObject
{
public JSEngineAPI wrappedObject { get; set; }
...
3
votes
1answer
286 views
DynamicObject - invoking method based on argument value
I'd like to be able to store a dictionary of Actions and being able to invoke those based on key for the dictionary. If key is not found, then no action is getting invoked. I had an idea of performing ...

