Format/Unity-Powershell.UnityserviceAction.Format.ps1xml
<?xml version="1.0" encoding="utf-8" ?>
<Configuration> <ViewDefinitions> <View> <Name>UnityserviceActionTable</Name> <ViewSelectedBy> <TypeName>UnityserviceAction</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Id</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Scope</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IsApplicable</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ApplyCondition</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>id</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>scope</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>isApplicable</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>applyCondition</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>UnityserviceActionList</Name> <ViewSelectedBy> <TypeName>UnityserviceAction</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>ApplyCondition</Label> <PropertyName>applyCondition</PropertyName> </ListItem> <ListItem> <Label>Description</Label> <PropertyName>description</PropertyName> </ListItem> <ListItem> <Label>Id</Label> <PropertyName>id</PropertyName> </ListItem> <ListItem> <Label>IsApplicable</Label> <PropertyName>isApplicable</PropertyName> </ListItem> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Scope</Label> <PropertyName>scope</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> </ViewDefinitions> </Configuration> |