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

Inheritance: PropertyEntryEditorViewModel, IDataErrorInfo
Show file Open project: xebialabs-community/xld-manifest-editor

Public Methods

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

Method Details

SaveDataToEntryProperty() public method

public SaveDataToEntryProperty ( ) : IEnumerable
return IEnumerable

StringPropertyEntryEditorViewModel() public method

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

this() public method

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