Show / Hide Table of Contents

Class BugCreationSaveModelFactory

Factory used to construct BugCreationSaveModel using IBugCreationViewModelData.

Inheritance
object
BugCreationSaveModelFactory
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 BugCreationSaveModelFactory

Methods

View Source

CreateBugCreationSaveModel(IBugCreationViewModelData)

Creates a BugCreationSaveModel based off the passed in BugCreationViewModel.

Declaration
public static BugCreationSaveModel CreateBugCreationSaveModel(IBugCreationViewModelData bugCreationData)
Parameters
Type Name Description
IBugCreationViewModelData bugCreationData

An instance of IBugCreationViewModelData.

Returns
Type Description
BugCreationSaveModel

A BugCreationSaveModel created using the BugCreationViewModel.

  • View Source
In this article
Back to top Generated by DocFX