C# Class XebiaLabs.Deployit.UI.ViewModels.ManifestItemViewModel

Inheritance: TreeViewItemViewModel, IEditorViewModelProvider, IEntryItemCollection
Afficher le fichier Open project: xebialabs-community/xld-manifest-editor

Méthodes publiques

Méthode Description
ManifestItemViewModel ( ManifestEditorViewModel editor, DeployitManifest manifest ) : Microsoft.Practices.Prism.Commands
RemoveEntryItem ( EntryItemViewModel item ) : void
SaveManifestTree ( ) : IEnumerable

Méthodes protégées

Méthode Description
LoadChildren ( ) : void

Private Methods

Méthode Description
BuildMenuItems ( ) : void
DoAddEntry ( Descriptor descriptor ) : void
GetTypePrefix ( string ciType ) : string
OnApplicationNameChanged ( ) : void
OnApplicationVersionChanged ( ) : void

Method Details

LoadChildren() protected méthode

protected LoadChildren ( ) : void
Résultat void

ManifestItemViewModel() public méthode

public ManifestItemViewModel ( ManifestEditorViewModel editor, DeployitManifest manifest ) : Microsoft.Practices.Prism.Commands
editor ManifestEditorViewModel
manifest XebiaLabs.Deployit.Client.Manifest.DeployitManifest
Résultat Microsoft.Practices.Prism.Commands

RemoveEntryItem() public méthode

public RemoveEntryItem ( EntryItemViewModel item ) : void
item EntryItemViewModel
Résultat void

SaveManifestTree() public méthode

public SaveManifestTree ( ) : IEnumerable
Résultat IEnumerable