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

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

공개 메소드들

메소드 설명
BooleanPropertyEntryEditorViewModel ( ManifestEditorViewModel manifestEditor, DescriptorProperty propertyDescriptor, Entry entry ) : System.Collections.Generic
SaveDataToEntryProperty ( ) : IEnumerable
this ( string columnName ) : string

메소드 상세

BooleanPropertyEntryEditorViewModel() 공개 메소드

public BooleanPropertyEntryEditorViewModel ( 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

SaveDataToEntryProperty() 공개 메소드

public SaveDataToEntryProperty ( ) : IEnumerable
리턴 IEnumerable

this() 공개 메소드

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