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

Inheritance: Microsoft.Practices.Prism.ViewModel.NotificationObject
Show file Open project: xebialabs-community/xld-manifest-editor

Public Methods

Method Description
SaveDataToEntryProperty ( ) : IEnumerable

Protected Methods

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

Method Details

GetEntryProperty() protected method

protected GetEntryProperty ( bool createIfN = false ) : EntryProperty
createIfN bool
return XebiaLabs.Deployit.Client.Manifest.EntryProperty

PropertyEntryEditorViewModel() protected method

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
return System.Collections.Generic

RemoveEntryProperty() protected method

protected RemoveEntryProperty ( ) : void
return void

SaveDataToEntryProperty() public abstract method

public abstract SaveDataToEntryProperty ( ) : IEnumerable
return IEnumerable