CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Core.FieldManager.PropertyInfoList Class Reference

List of IPropertyInfo objects for a business object type. More...

Inheritance diagram for Csla.Core.FieldManager.PropertyInfoList:

Public Member Functions

 PropertyInfoList ()
 Creates an instance of the object. More...
 
 PropertyInfoList (IList< IPropertyInfo > list)
 Creates an instance of the object that contains the items in 'list'. More...
 

Detailed Description

List of IPropertyInfo objects for a business object type.

Definition at line 18 of file PropertyInfoList.cs.

Constructor & Destructor Documentation

◆ PropertyInfoList() [1/2]

Csla.Core.FieldManager.PropertyInfoList.PropertyInfoList ( )

Creates an instance of the object.

Definition at line 30 of file PropertyInfoList.cs.

◆ PropertyInfoList() [2/2]

Csla.Core.FieldManager.PropertyInfoList.PropertyInfoList ( IList< IPropertyInfo list)

Creates an instance of the object that contains the items in 'list'.

Parameters
listSource list.

Definition at line 38 of file PropertyInfoList.cs.