Property | Type | Description | |
---|---|---|---|
GetAssetList | GetAssetListDelegate |
Method | Description | |
---|---|---|
AssetAdded ( ) : void |
Lets the panel know the asset manager created a new asset and that the total and list display count should be incremented.
|
|
AssetDeleted ( ) : void |
The opposite of adding an asset. Lets the panel know the asset manager deleted an asset and that the total and list display count should be decremented.
|
|
AssetViewPanel ( ) : System | ||
CloseDetailsPane ( ) : void | ||
MenuEnableAdd ( bool isEnabled ) : void | ||
MenuEnableFilter ( bool isEnabled ) : void | ||
MenuEnableHelp ( bool isEnabled ) : void | ||
MenuEnableRefresh ( bool isEnabled ) : void | ||
RefreshAsync ( ) : void | ||
SetAssetListSource ( IEnumerable list ) : void | ||
SetDetailsElement ( UIElement detailsElement ) : void | ||
SetHeight ( double height ) : void | ||
SetMenuBarWdth ( double width ) : void | ||
SetTitle ( string title ) : void |
Method | Description | |
---|---|---|
AssetViewPanel_Loaded ( object sender, |
||
DetailsBorder_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void | ||
MenuBar_Add ( ) : void | ||
MenuBar_Help ( ) : void | ||
MenuBar_PageFirst ( ) : void | ||
MenuBar_PageLast ( ) : void | ||
MenuBar_PageNext ( ) : void | ||
MenuBar_PagePrevious ( ) : void |
public MenuEnableAdd ( bool isEnabled ) : void | ||
isEnabled | bool | |
return | void |
public MenuEnableFilter ( bool isEnabled ) : void | ||
isEnabled | bool | |
return | void |
public MenuEnableHelp ( bool isEnabled ) : void | ||
isEnabled | bool | |
return | void |
public MenuEnableRefresh ( bool isEnabled ) : void | ||
isEnabled | bool | |
return | void |
public SetAssetListSource ( IEnumerable list ) : void | ||
list | IEnumerable | |
return | void |
public SetDetailsElement ( UIElement detailsElement ) : void | ||
detailsElement | UIElement | |
return | void |
public SetMenuBarWdth ( double width ) : void | ||
width | double | |
return | void |