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

Inheritance: Microsoft.Practices.Prism.ViewModel.NotificationObject, IDataErrorInfo
Mostra file Open project: xebialabs-community/xld-manifest-editor Class Usage Examples

Private Properties

Property Type Description
GetPropertyEditor PropertyEntryEditorViewModel

Public Methods

Method Description
EntryEditorViewModel ( Entry entry, ManifestEditorViewModel manifestEditor ) : System

Initializes a new instance of the EntryEditorViewModel class.

SaveEntry ( ) : IEnumerable
this ( string columnName ) : string

Private Methods

Method Description
GetPropertyEditor ( DescriptorProperty propertyDescriptor ) : PropertyEntryEditorViewModel

Method Details

EntryEditorViewModel() public method

Initializes a new instance of the EntryEditorViewModel class.
public EntryEditorViewModel ( Entry entry, ManifestEditorViewModel manifestEditor ) : System
entry XebiaLabs.Deployit.Client.Manifest.Entry
manifestEditor ManifestEditorViewModel
return System

SaveEntry() public method

public SaveEntry ( ) : IEnumerable
return IEnumerable

this() public method

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