public PropertyBag(CslaObjectInfo[] obj, PropertyContext context) { defaultProperty = "ObjectName"; properties = new PropertySpecCollection(); mSelectedObject = obj; propertyContext = context; InitPropertyBag(); }
public PropertyBag(CslaObjectInfo obj, PropertyContext context) : this(new CslaObjectInfo[] { obj }, context) { }