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

상속: TreeViewItemViewModel, IEntryItemCollection
파일 보기 프로젝트 열기: xebialabs-community/xld-manifest-editor

공개 메소드들

메소드 설명
PropertyItemViewModel ( DescriptorProperty descriptorProperty, EntryItemViewModel parent, ManifestEditorViewModel editor ) : Microsoft.Practices.Prism.Commands

Initializes a new instance of the PropertyItemViewModel class.

RemoveEntryItem ( EntryItemViewModel item ) : void
SaveEmbEntries ( ) : IEnumerable

보호된 메소드들

메소드 설명
LoadChildren ( ) : void

비공개 메소드들

메소드 설명
DoAdd ( Descriptor descriptor ) : void

메소드 상세

LoadChildren() 보호된 메소드

protected LoadChildren ( ) : void
리턴 void

PropertyItemViewModel() 공개 메소드

Initializes a new instance of the PropertyItemViewModel class.
public PropertyItemViewModel ( DescriptorProperty descriptorProperty, EntryItemViewModel parent, ManifestEditorViewModel editor ) : Microsoft.Practices.Prism.Commands
descriptorProperty XebiaLabs.Deployit.Client.UDM.DescriptorProperty
parent EntryItemViewModel
editor ManifestEditorViewModel
리턴 Microsoft.Practices.Prism.Commands

RemoveEntryItem() 공개 메소드

public RemoveEntryItem ( EntryItemViewModel item ) : void
item EntryItemViewModel
리턴 void

SaveEmbEntries() 공개 메소드

public SaveEmbEntries ( ) : IEnumerable
리턴 IEnumerable