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

Inheritance: Microsoft.Practices.Prism.ViewModel.NotificationObject
Afficher le fichier Open project: xebialabs-community/xld-manifest-editor

Méthodes publiques

Méthode Description
SaveDataToEntryProperty ( ) : IEnumerable

Méthodes protégées

Méthode Description
GetEntryProperty ( bool createIfN = false ) : EntryProperty
PropertyEntryEditorViewModel ( ManifestEditorViewModel manifestEditor, DescriptorProperty propertyDescriptor, Entry entry ) : System.Collections.Generic
RemoveEntryProperty ( ) : void

Method Details

GetEntryProperty() protected méthode

protected GetEntryProperty ( bool createIfN = false ) : EntryProperty
createIfN bool
Résultat XebiaLabs.Deployit.Client.Manifest.EntryProperty

PropertyEntryEditorViewModel() protected méthode

protected PropertyEntryEditorViewModel ( ManifestEditorViewModel manifestEditor, DescriptorProperty propertyDescriptor, Entry entry ) : System.Collections.Generic
manifestEditor ManifestEditorViewModel
propertyDescriptor XebiaLabs.Deployit.Client.UDM.DescriptorProperty
entry XebiaLabs.Deployit.Client.Manifest.Entry
Résultat System.Collections.Generic

RemoveEntryProperty() protected méthode

protected RemoveEntryProperty ( ) : void
Résultat void

SaveDataToEntryProperty() public abstract méthode

public abstract SaveDataToEntryProperty ( ) : IEnumerable
Résultat IEnumerable