Removed GetChildren from editable object

Removed HasChildren from editable object
Removed ActiveParent from editable object
Removed ActiveFormat from editable object
Removed LocalFormat from editable object
This commit is contained in:
Rich 2009-10-08 14:35:53 +00:00
parent ceeea69bcd
commit d2e964dde1

View File

@ -31,12 +31,12 @@ namespace VEPROMS.CSLA.Library
[TypeConverter(typeof(ExpandableObjectConverter))]
public interface IVEDrillDown : IVEHasBrokenRules
{
System.Collections.IList GetChildren(); // Returns a list of Business Objects
//System.Collections.IList GetChildren(); // Returns a list of Business Objects
//bool GetChildrenLoaded(); // Have the Business Objects been Loaded
bool HasChildren { get; } // Identifies if Children are available
IVEDrillDown ActiveParent { get; }
Format ActiveFormat { get; }
Format LocalFormat { get; }
//bool HasChildren { get; } // Identifies if Children are available
//IVEDrillDown ActiveParent { get; }
//Format ActiveFormat { get; }
//Format LocalFormat { get; }
//bool HasStandardSteps();
// Ideas Authorization
//bool CanLock();