Show / Hide Table of Contents

Class AttachmentParameterViewModelFactory

Factory class to create view model.

Inheritance
object
AttachmentParameterViewModelFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class AttachmentParameterViewModelFactory

Methods

View Source

CreateViewModel(TemplateViewModel, AttachmentParameterDefinition, bool, ViewModelSharedInfo)

Creates the AttachmentParameterViewModel.

Declaration
public static AttachmentParameterViewModel CreateViewModel(TemplateViewModel template, AttachmentParameterDefinition definition, bool inDesignMode, ViewModelSharedInfo sharedInfo)
Parameters
Type Name Description
TemplateViewModel template
AttachmentParameterDefinition definition
bool inDesignMode
ViewModelSharedInfo sharedInfo
Returns
Type Description
AttachmentParameterViewModel
  • View Source
In this article
Back to top Generated by DocFX