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

상속: Microsoft.Practices.Prism.ViewModel.NotificationObject, IDataErrorInfo
파일 보기 프로젝트 열기: xebialabs-community/xld-manifest-editor 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPropertyEditor PropertyEntryEditorViewModel

공개 메소드들

메소드 설명
EntryEditorViewModel ( Entry entry, ManifestEditorViewModel manifestEditor ) : System

Initializes a new instance of the EntryEditorViewModel class.

SaveEntry ( ) : IEnumerable
this ( string columnName ) : string

비공개 메소드들

메소드 설명
GetPropertyEditor ( DescriptorProperty propertyDescriptor ) : PropertyEntryEditorViewModel

메소드 상세

EntryEditorViewModel() 공개 메소드

Initializes a new instance of the EntryEditorViewModel class.
public EntryEditorViewModel ( Entry entry, ManifestEditorViewModel manifestEditor ) : System
entry XebiaLabs.Deployit.Client.Manifest.Entry
manifestEditor ManifestEditorViewModel
리턴 System

SaveEntry() 공개 메소드

public SaveEntry ( ) : IEnumerable
리턴 IEnumerable

this() 공개 메소드

public this ( string columnName ) : string
columnName string
리턴 string