C# Класс XebiaLabs.Deployit.UI.ViewModels.IntegerPropertyEntryEditorViewModel

Наследование: PropertyEntryEditorViewModel, IDataErrorInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
IntegerPropertyEntryEditorViewModel ( ManifestEditorViewModel manifestEditor, DescriptorProperty propertyDescriptor, Entry entry ) : System.Collections.Generic
SaveDataToEntryProperty ( ) : IEnumerable
this ( string columnName ) : string

Приватные методы

Метод Описание
IsDataValid ( int &integer, string &error ) : bool

Описание методов

IntegerPropertyEntryEditorViewModel() публичный Метод

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
Результат System.Collections.Generic

SaveDataToEntryProperty() публичный Метод

public SaveDataToEntryProperty ( ) : IEnumerable
Результат IEnumerable

this() публичный Метод

public this ( string columnName ) : string
columnName string
Результат string