Click here to Skip to main content
15,893,564 members
Home / Discussions / C#
   

C#

 
GeneralDATASETS Pin
Brendan Vogt11-Nov-04 1:29
Brendan Vogt11-Nov-04 1:29 
GeneralRe: DATASETS Pin
Skynyrd11-Nov-04 3:55
Skynyrd11-Nov-04 3:55 
GeneralRe: DATASETS Pin
Le centriste11-Nov-04 4:12
Le centriste11-Nov-04 4:12 
GeneralBinding Collection to DataGrid Pin
Derec Roofie11-Nov-04 1:24
Derec Roofie11-Nov-04 1:24 
GeneralRe: Binding Collection to DataGrid Pin
Daniel Turini11-Nov-04 2:07
Daniel Turini11-Nov-04 2:07 
GeneralRe: Binding Collection to DataGrid Pin
Derec Roofie11-Nov-04 5:18
Derec Roofie11-Nov-04 5:18 
GeneralRe: Binding Collection to DataGrid Pin
Daniel Turini11-Nov-04 5:26
Daniel Turini11-Nov-04 5:26 
QuestionHow to determin parent class Pin
Derec Roofie11-Nov-04 1:14
Derec Roofie11-Nov-04 1:14 
Hi,

I want to detetmin parent class
For instance there is a Cars collection with Car item.
Cars collection has some property that I need to access from Car item.

Cars collection
Property_01
Property_02
CarItem(s) (Type, Name, Year, ...)

I want to obtain the value of Property_02.
Every CarItem is already inside Cars collection and I am sure that there is way to obtain parent class.
How to do that?

Do not send answers like "You have to hold a reference to the CarsCollection in the CarItem:"
public class CarsCollection : List
{
public CarItem CreateCarItem()
{
return new CarItem(this);
}
}


I think that is something about iComponent or something similar.



Tancev Sasa
AnswerRe: How to determin parent class Pin
Daniel Turini11-Nov-04 2:06
Daniel Turini11-Nov-04 2:06 
GeneralC# attribute - hlp Pin
dstefan8210-Nov-04 23:45
dstefan8210-Nov-04 23:45 
GeneralNetwork traffic monitoring Pin
JeffHarrold10-Nov-04 22:32
JeffHarrold10-Nov-04 22:32 
GeneralRe: Network traffic monitoring Pin
leppie11-Nov-04 0:19
leppie11-Nov-04 0:19 
GeneralRe: Network traffic monitoring Pin
JeffHarrold11-Nov-04 0:56
JeffHarrold11-Nov-04 0:56 
GeneralRe: Network traffic monitoring Pin
yoaz11-Nov-04 7:27
yoaz11-Nov-04 7:27 
GeneralRe: Network traffic monitoring Pin
JeffHarrold11-Nov-04 11:41
JeffHarrold11-Nov-04 11:41 
GeneralRe: Network traffic monitoring Pin
yoaz11-Nov-04 22:40
yoaz11-Nov-04 22:40 
Generalobtaining values of documentproperties for printing Pin
jomargon10-Nov-04 22:29
jomargon10-Nov-04 22:29 
GeneralBitmap from MetaFile Pin
3green10-Nov-04 22:03
3green10-Nov-04 22:03 
GeneralC# and Microsoft Access Pin
Newbie_Toy10-Nov-04 19:26
Newbie_Toy10-Nov-04 19:26 
GeneralRe: C# and Microsoft Access Pin
Charlie Williams11-Nov-04 6:27
Charlie Williams11-Nov-04 6:27 
GeneralRe: C# and Microsoft Access Pin
Anonymous11-Nov-04 10:35
Anonymous11-Nov-04 10:35 
GeneralRe: C# and Microsoft Access Pin
Charlie Williams12-Nov-04 4:32
Charlie Williams12-Nov-04 4:32 
QuestionSortedList --- but duplicate keys? Pin
devvvy10-Nov-04 14:51
devvvy10-Nov-04 14:51 
AnswerRe: SortedList --- but duplicate keys? Pin
Daniel Turini11-Nov-04 2:00
Daniel Turini11-Nov-04 2:00 
GeneralRe: SortedList --- but duplicate keys? Pin
devvvy11-Nov-04 3:45
devvvy11-Nov-04 3:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.