Show / Hide Table of Contents

Class FakeConstants

A static class containing fake constant values.

Inheritance
object
FakeConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.GameStateTracker.Tests
Assembly: GameStateTracker.TestFakes.dll
Syntax
public static class FakeConstants

Fields

View Source

ClassName

Declaration
public const string ClassName = "Foo"
Field Value
Type Description
string
View Source

ClassNameWithPrefix

Declaration
public const string ClassNameWithPrefix = "/Script/Module.Foo"
Field Value
Type Description
string
View Source

DelayTime

Declaration
public static readonly TimeSpan DelayTime
Field Value
Type Description
TimeSpan
View Source

EpsilonTime

Declaration
public static readonly TimeSpan EpsilonTime
Field Value
Type Description
TimeSpan
View Source

ListPropertyName

Declaration
public const string ListPropertyName = "BazList"
Field Value
Type Description
string
View Source

ObjectName

Declaration
public const string ObjectName = "Bar"
Field Value
Type Description
string
View Source

PropertyName

Declaration
public const string PropertyName = "Baz"
Field Value
Type Description
string
View Source

PropertyValue

Declaration
public const string PropertyValue = "Qux"
Field Value
Type Description
string
View Source

SubclassFormat

Declaration
public const string SubclassFormat = "BP_{0}_{1}_C"
Field Value
Type Description
string
View Source

SubclassName

Declaration
public const string SubclassName = "Foobar"
Field Value
Type Description
string
View Source

SubclassNameWithPrefix

Declaration
public const string SubclassNameWithPrefix = "/Script/Module.Foobar"
Field Value
Type Description
string

Methods

View Source

GetSubclassNumber(string, int)

Declaration
public static int GetSubclassNumber(string value, int maxNum)
Parameters
Type Name Description
string value
int maxNum
Returns
Type Description
int
  • View Source
In this article
Back to top Generated by DocFX