Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,756 members, 7,824,169 topics. Date: Saturday, 11 May 2024 at 02:17 AM

Object Of Arbitrary Classes - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Object Of Arbitrary Classes (913 Views)

Learn Object Oriented Programming (OOP) AT SANDCROFT SOFTWARE / Invalid Database Object Reference / Object Oriented Program: What Does It Really Mean? (2) (3) (4)

(1) (Reply)

Object Of Arbitrary Classes by cylife: 11:18pm On May 25, 2016
how can i know the object of arbitrary classes?
Re: Object Of Arbitrary Classes by speedj: 11:40pm On May 25, 2016
cylife:
how can i know the object of arbitrary classes?


with the help of dapfor.netgrid. A programmer may create any arbitrary classes in application. Objects of these classes are associated with grid rows, and their properties are associated with grid columns. Values returned by getters of these properties are displayed in grid cells.check the codes below
public class MyCustomClass
{
private int _intValue;
private double _doubleValue;
private string _stringValue;

public MyCustomClass(int intValue, double doubleValue, string stringValue)
{
_intValue = intValue;
_doubleValue = doubleValue;
_stringValue = stringValue;
}

public int IntValue
{
get { return _intValue; }
set { _intValue = value; }
}

public double DoubleValue
{
get { return _doubleValue; }
set { _doubleValue = value; }
}

public string StringValue
{
get { return _stringValue; }
set { _stringValue = value; }
}
}




title public class MyCustomClass
{
private int _intValue;
private double _doubleValue;
private string _stringValue;

public MyCustomClass(int intValue, double doubleValue, string stringValue)
{
_intValue = intValue;
_doubleValue = doubleValue;
_stringValue = stringValue;
}

public int IntValue
{
get { return _intValue; }
set { _intValue = value; }
}

public double DoubleValue
{
get { return _doubleValue; }
set { _doubleValue = value; }
}

public string StringValue
{
get { return _stringValue; }
set { _stringValue = value; }
}
}

(1) (Reply)

Postgre Sql Help / Learn How To Build Websites,3d Games And Android Apps.. Start Right Now For Free / Flavourway Music Platform

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 9
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.