Show / Hide Table of Contents

Interface IBugCreationViewModelData

An interface for all the data needed for the bug creation view model.

Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IBugCreationViewModelData

Properties

View Source

Attachments

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

BugID

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

Fields

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

GameDevices

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

LinkedBugItems

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

MapFieldNameToImages

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

TabName

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

Tags

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

TemplateID

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

Tokens

Declaration
List<(string ResolverName, string TokenName, List<ResolvedTokenizedItem> ResolvedTokenizedItems)> Tokens { get; }
Property Value
Type Description
List<(string ResolverName, string TokenName, List<ResolvedTokenizedItem> ResolvedTokenizedItems)>
  • View Source
In this article
Back to top Generated by DocFX