Show / Hide Table of Contents

Interface INearbyBugsFieldParams

A class to store the field names of a title's bug database that are required to fulfill a nearby bugs query.

Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public interface INearbyBugsFieldParams

Properties

View Source

HasMapField

Gets a value indicating whether the title's bug database uses a map field for their title.

Declaration
bool HasMapField { get; }
Property Value
Type Description
bool
Remarks

If this is false, the nearby bugs query will ignore the map name when sending a query

View Source

LocationDataDelimiter

Gets the delimiter that defines how location data is delimited if the data is kept in one field.

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

LocationDataFilterRegex

Gets the regex that defines the characters to be stripped out of the location data.

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

LocationFieldPrefix

Gets the prefix for the location field parameter, like 'Location '.

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

LocationFieldSuffixes

Gets the list of all suffixes for the location field parameters, like 'X', 'Y' and 'Z'.

Declaration
IEnumerable<string> LocationFieldSuffixes { get; }
Property Value
Type Description
IEnumerable<string>
View Source

MapFieldName

Gets the field name for the map.

Declaration
string MapFieldName { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX