Class InfoFakeSettings
Info fake settings
public class InfoFakeSettings
- Inheritance
-
objectInfoFakeSettings
- Extension Methods
Constructors
InfoFakeSettings(Type)
Constructor
public InfoFakeSettings(Type type)
Parameters
type
TypeType which should be faked
Properties
ObjectType
Object type to fake. If not provided, all object types of the given instance type are faked.
public string ObjectType { get; set; }
Property Value
- string
Type
Instance type to fake
public Type Type { get; set; }
Property Value
- Type