C# Class XebiaLabs.Deployit.UI.ViewModels.EnumPropertyEntryEditorViewModel

Inheritance: PropertyEntryEditorViewModel, IDataErrorInfo
ファイルを表示 Open project: xebialabs-community/xld-manifest-editor

Public Methods

Method Description
EnumPropertyEntryEditorViewModel ( ManifestEditorViewModel manifestEditor, DescriptorProperty propertyDescriptor, Entry entry ) : System.Collections.Generic
SaveDataToEntryProperty ( ) : IEnumerable
this ( string columnName ) : string

Method Details

EnumPropertyEntryEditorViewModel() public method

public EnumPropertyEntryEditorViewModel ( ManifestEditorViewModel manifestEditor, DescriptorProperty propertyDescriptor, Entry entry ) : System.Collections.Generic
manifestEditor ManifestEditorViewModel
propertyDescriptor XebiaLabs.Deployit.Client.UDM.DescriptorProperty
entry XebiaLabs.Deployit.Client.Manifest.Entry
return System.Collections.Generic

SaveDataToEntryProperty() public method

public SaveDataToEntryProperty ( ) : IEnumerable
return IEnumerable

this() public method

public this ( string columnName ) : string
columnName string
return string