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

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

Private Properties

Свойство Type Description
GetPropertyEditor PropertyEntryEditorViewModel

Méthodes publiques

Méthode Description
EntryEditorViewModel ( Entry entry, ManifestEditorViewModel manifestEditor ) : System

Initializes a new instance of the EntryEditorViewModel class.

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

Private Methods

Méthode Description
GetPropertyEditor ( DescriptorProperty propertyDescriptor ) : PropertyEntryEditorViewModel

Method Details

EntryEditorViewModel() public méthode

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

SaveEntry() public méthode

public SaveEntry ( ) : IEnumerable
Résultat IEnumerable

this() public méthode

public this ( string columnName ) : string
columnName string
Résultat string