Show / Hide Table of Contents

Class BugCreationSaveModel

Class that represents the data needed for saving information about bug creation.

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

Properties

View Source

Attachments

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

BugID

Declaration
public Guid BugID { get; set; }
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 List<GameDeviceModel> GameDevices { get; }
Property Value
Type Description
List<GameDeviceModel>
View Source

LinkedBugItems

Declaration
public List<LinkedBugItemModel> LinkedBugItems { get; }
Property Value
Type Description
List<LinkedBugItemModel>
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; set; }
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; set; }
Property Value
Type Description
Guid
View Source

Tokens

Declaration
public List<TokenModel> Tokens { get; }
Property Value
Type Description
List<TokenModel>
  • View Source
In this article
Back to top Generated by DocFX