Top "Custom-object" questions

Searching in a ArrayList with custom objects for certain strings

I have a ArrayList with custom objects. I want to search inside this ArrayList for Strings. The class for the …

java search arraylist custom-object
Getting a Custom Objects properties by string var

Possible Duplicate: javascript object, access variable property name? Trying to get more advanced in my JS... I have a custom …

javascript properties custom-object
Type safety: Unchecked cast from Object to List<MyObject>

I have a ListView listing a custom object (let's say MyObject). I want to filter it dynamically through an EditText …

android listview casting filter custom-object
Finding matches in arrays of objects in Powershell

I'm using custom objects to hold the name and schema from a set of SQL Server objects. I put the …

arrays powershell custom-object
Passing custom List of data using Bundle

I'm developing a simple app, that contains tabview with fragment. I am stuck at the place, where i have to …

android list android-fragments bundle custom-object
How to create custom objects/list of custom objects in VB.NET?

I need two seperate lists, which every item is Integer, String, Bitmap - and one which every item is Integer, …

vb.net multithreading list custom-object
Salesforce Trigger: Update field Trigger from Custom Object

New to apex and have a question about writing triggers. Essentially, I'm trying to create a trigger that updates a …

triggers salesforce custom-object
how to send a custom object as Job Parameter in Spring Batch?

I have a requirement of sending a Custom Object to the Spring Batch Job , where this Object is used continuously …

parameters spring-batch jobs custom-object
How to bind Custom Object to ListBox in WPF

I am new to WPF so please accept my apologies if my question is stupid. I am creating a food …

c# wpf binding listbox custom-object
Powershell Custom Objects: How To Acess NoteProperty of collected result

Reading through an Article about custom Objects: http://technet.microsoft.com/en-us/library/ff730946.aspx I wonder why i get …

powershell custom-object pscustomobject