Class BugCreationSaveModel
Class that represents the data needed for saving information about bug creation.
Inheritance
BugCreationSaveModel
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class BugCreationSaveModel
Properties
View Source
Attachments
Declaration
public List<string> Attachments { get; }
Property Value
View Source
BugID
Declaration
public Guid BugID { get; set; }
Property Value
View Source
Fields
Declaration
public List<FieldModel> Fields { get; }
Property Value
View Source
GameDevices
Declaration
public List<GameDeviceModel> GameDevices { get; }
Property Value
View Source
LinkedBugItems
Declaration
public List<LinkedBugItemModel> LinkedBugItems { get; }
Property Value
View Source
MapFieldNameToImages
Declaration
public Dictionary<string, IEnumerable<Image>> MapFieldNameToImages { get; }
Property Value
View Source
TabName
Declaration
public string TabName { get; set; }
Property Value
View Source
Declaration
public List<string> Tags { get; }
Property Value
View Source
TemplateID
Declaration
public Guid TemplateID { get; set; }
Property Value
View Source
Tokens
Declaration
public List<TokenModel> Tokens { get; }
Property Value