Method | Description | |
---|---|---|
SelfServiceDependencyCollectionViewGroupBase ( object groupObject, DependencyCollectionView parentView ) : System | ||
TryAddItemToGroup ( object item ) : bool | ||
TryRemoveItemFromGroup ( object item ) : bool |
Method | Description | |
---|---|---|
OnAddingItemToGroup ( object item ) : bool | ||
OnRemovingingItemFromGroup ( object item ) : bool |
protected abstract OnAddingItemToGroup ( object item ) : bool | ||
item | object | |
return | bool |
protected abstract OnRemovingingItemFromGroup ( object item ) : bool | ||
item | object | |
return | bool |
public SelfServiceDependencyCollectionViewGroupBase ( object groupObject, DependencyCollectionView parentView ) : System | ||
groupObject | object | |
parentView | DependencyCollectionView | |
return | System |
public TryAddItemToGroup ( object item ) : bool | ||
item | object | |
return | bool |
public TryRemoveItemFromGroup ( object item ) : bool | ||
item | object | |
return | bool |