CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
DataBindingApp.Form1.MyObject Class Reference

Public Member Functions

 MyObject (string name, int age)
 

Properties

string Name [getset]
 
int Age [getset]
 

Detailed Description

Definition at line 52 of file Form1.cs.

Constructor & Destructor Documentation

◆ MyObject()

DataBindingApp.Form1.MyObject.MyObject ( string  name,
int  age 
)

Definition at line 69 of file Form1.cs.

Property Documentation

◆ Age

int DataBindingApp.Form1.MyObject.Age
getset

Definition at line 63 of file Form1.cs.

◆ Name

string DataBindingApp.Form1.MyObject.Name
getset

Definition at line 57 of file Form1.cs.