9using System.Collections.Generic;
20 private bool _isLocked;
21 internal bool IsLocked
23 get {
return _isLocked; }
24 set { _isLocked = value; }
List of IPropertyInfo objects for a business object type.
PropertyInfoList(IList< IPropertyInfo > list)
Creates an instance of the object that contains the items in 'list'.
PropertyInfoList()
Creates an instance of the object.