Show / Hide Table of Contents

Class BugCreationViewModelData

Class used to hold information about the bug creation view model.

Inheritance
object
BugCreationViewModelData
Implements
IBugCreationViewModelData
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 class BugCreationViewModelData : IBugCreationViewModelData

Properties

View Source

Attachments

Declaration
public List<string> Attachments { get; }
Property Value
Type Description
List<string>
View Source

BugID

Declaration
public Guid BugID { get; }
Property Value
Type Description
Guid
View Source

Fields

Declaration
public List<FieldModel> Fields { get; }
Property Value
Type Description
List<FieldModel>
View Source

GameDevices

Declaration
public IBugDevices GameDevices { get; }
Property Value
Type Description
IBugDevices
View Source

LinkedBugItems

Declaration
public List<(string BugKey, string BugLinkType)> LinkedBugItems { get; }
Property Value
Type Description
List<(string BugKey, string BugLinkType)>
View Source

MapFieldNameToImages

Declaration
public Dictionary<string, IEnumerable<Image>> MapFieldNameToImages { get; }
Property Value
Type Description
Dictionary<string, IEnumerable<Image>>
View Source

TabName

Declaration
public string TabName { get; }
Property Value
Type Description
string
View Source

Tags

Declaration
public List<string> Tags { get; }
Property Value
Type Description
List<string>
View Source

TemplateID

Declaration
public Guid TemplateID { get; }
Property Value
Type Description
Guid
View Source

Tokens

Declaration
public List<(string ResolverName, string TokenName, List<ResolvedTokenizedItem> ResolvedTokenizedItems)> Tokens { get; }
Property Value
Type Description
List<(string ResolverName, string TokenName, List<ResolvedTokenizedItem> ResolvedTokenizedItems)>

Methods

View Source

GetData(string, Guid, Guid, IBugDevices, IEnumerable<FieldModel>, IEnumerable<string>, IEnumerable<(string ResolverName, string TokenName, List<ResolvedTokenizedItem> ResolvedValue)>, IEnumerable<string>, IEnumerable<(string BugKey, string BugLinkType)>, Dictionary<string, IEnumerable<Image>>)

Declaration
public static BugCreationViewModelData GetData(string bugTabName, Guid templateID, Guid bugID, IBugDevices bugDevices, IEnumerable<FieldModel> fields, IEnumerable<string> attachments, IEnumerable<(string ResolverName, string TokenName, List<ResolvedTokenizedItem> ResolvedValue)> tokens, IEnumerable<string> tags, IEnumerable<(string BugKey, string BugLinkType)> linkedBugItems, Dictionary<string, IEnumerable<Image>> mapFieldNameToImages)
Parameters
Type Name Description
string bugTabName
Guid templateID
Guid bugID
IBugDevices bugDevices
IEnumerable<FieldModel> fields
IEnumerable<string> attachments
IEnumerable<(string ResolverName, string TokenName, List<ResolvedTokenizedItem> ResolvedValue)> tokens
IEnumerable<string> tags
IEnumerable<(string BugKey, string BugLinkType)> linkedBugItems
Dictionary<string, IEnumerable<Image>> mapFieldNameToImages
Returns
Type Description
BugCreationViewModelData

Implements

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