Class FakeDataContractGameObject
Inheritance
FakeDataContractGameObject
Assembly: GameStateTracker.TestFakes.dll
Syntax
[DataContract]
public class FakeDataContractGameObject : DataContractGameObject, IGameObject, INotifyPropertyChanged
Constructors
View Source
FakeDataContractGameObject(IGameObject)
Declaration
public FakeDataContractGameObject(IGameObject gameObject)
Parameters
Properties
View Source
Baz
Declaration
[DataMember]
public string? Baz { get; set; }
Property Value
Implements
Extension Methods