<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBNSObjectController.inspector
 InterfaceBuilder
 
 Created by Kelly Keenan on 11/12/10.
 Copyright 2010 Apple Inc. All rights reserved.
 -->

<slice>
    <chooser title="Mode" type="number" keyPath="inspectedObjectsController.selection.object.ibShadowedUsingManagedProxy">
        <default title="Class"/>
        <choice title="Class" value="0">
            <sliver title="Class" fullWidth="true">
                <property type="ib-object-controller-class" keyPath="inspectedObjectsController.selection.object.ibObjectClassReference"/>
            </sliver>
            <sliver>
                <property type="boolean" title="Prepares Content" keyPath="inspectedObjectsController.selection.object.ibShadowedAutomaticallyPreparesContent"/>
                <property type="boolean" title="Editable" keyPath="inspectedObjectsController.selection.object.ibShadowedEditable"/>
            </sliver>
            <sliver title="Keys">
                <property type="array" objectType="string" defaultValue="Key" keyPath="inspectedObjectsController.selection.object.ibShadowedDeclaredKeys"/>
            </sliver>
        </choice>
        <choice title="Entity Name" value="1">
            <sliver title="Entity Name">
                <property type="string" keyPath="inspectedObjectsController.selection.object.ibShadowedEntityName"/>
                <property type="boolean" title="Prepares Content" keyPath="inspectedObjectsController.selection.object.ibShadowedAutomaticallyPreparesContent"/>
                <property type="boolean" title="Editable" keyPath="inspectedObjectsController.selection.object.ibShadowedEditable"/>
                <property type="boolean" title="Uses Lazy Fetching" keyPath="inspectedObjectsController.selection.object.ibShadowedUsesLazyFetching"/>
            </sliver>
            <sliver title="Fetch Predicate">
                <property type="string" keyPath="inspectedObjectsController.selection.object.ibExternalFetchPredicateFormat"/>
            </sliver>
        </choice>
    </chooser>
</slice>
