Table of Contents

Class InfoFakeSettings

Namespace
CMS.Tests
Assembly
CMS.Tests.dll

Info fake settings

public class InfoFakeSettings
Inheritance
object
InfoFakeSettings
Extension Methods

Constructors

InfoFakeSettings(Type)

Constructor

public InfoFakeSettings(Type type)

Parameters

type Type

Type 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