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

Inheritance: PropertyEntryEditorViewModel, IDataErrorInfo
显示文件 Open project: xebialabs-community/xld-manifest-editor

Public Methods

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

Private Methods

Method Description
IsDataValid ( int &integer, string &error ) : bool

Method Details

IntegerPropertyEntryEditorViewModel() public method

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