C# 클래스 XebiaLabs.Deployit.UI.ViewModels.ManifestEditorViewModel

상속: Microsoft.Practices.Prism.ViewModel.NotificationObject
파일 보기 프로젝트 열기: xebialabs-community/xld-manifest-editor 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetDescriptor ( string type, bool includeEmbeddeds = false ) : Descriptor
ManifestEditorViewModel ( DeployitManifest manifest, IDeployitServer server ) : System.Collections.Generic

Initializes a new instance of the ManifestEditorViewModel class.

SaveChangesToManifest ( ) : IEnumerable

메소드 상세

GetDescriptor() 공개 메소드

public GetDescriptor ( string type, bool includeEmbeddeds = false ) : Descriptor
type string
includeEmbeddeds bool
리턴 XebiaLabs.Deployit.Client.UDM.Descriptor

ManifestEditorViewModel() 공개 메소드

Initializes a new instance of the ManifestEditorViewModel class.
public ManifestEditorViewModel ( DeployitManifest manifest, IDeployitServer server ) : System.Collections.Generic
manifest XebiaLabs.Deployit.Client.Manifest.DeployitManifest
server IDeployitServer
리턴 System.Collections.Generic

SaveChangesToManifest() 공개 메소드

public SaveChangesToManifest ( ) : IEnumerable
리턴 IEnumerable