C# Класс XebiaLabs.Deployit.UI.ViewModels.PropertyEntryEditorViewModel

Наследование: Microsoft.Practices.Prism.ViewModel.NotificationObject
Показать файл Открыть проект

Открытые методы

Метод Описание
SaveDataToEntryProperty ( ) : IEnumerable

Защищенные методы

Метод Описание
GetEntryProperty ( bool createIfN = false ) : EntryProperty
PropertyEntryEditorViewModel ( ManifestEditorViewModel manifestEditor, DescriptorProperty propertyDescriptor, Entry entry ) : System.Collections.Generic
RemoveEntryProperty ( ) : void

Описание методов

GetEntryProperty() защищенный Метод

protected GetEntryProperty ( bool createIfN = false ) : EntryProperty
createIfN bool
Результат XebiaLabs.Deployit.Client.Manifest.EntryProperty

PropertyEntryEditorViewModel() защищенный Метод

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
Результат System.Collections.Generic

RemoveEntryProperty() защищенный Метод

protected RemoveEntryProperty ( ) : void
Результат void

SaveDataToEntryProperty() публичный абстрактный Метод

public abstract SaveDataToEntryProperty ( ) : IEnumerable
Результат IEnumerable