C# 클래스 XebiaLabs.Deployit.UI.ViewModels.PropertyEntryEditorViewModel

상속: Microsoft.Practices.Prism.ViewModel.NotificationObject
파일 보기 프로젝트 열기: xebialabs-community/xld-manifest-editor

공개 메소드들

메소드 설명
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