Table of Contents

Class AppStateReset.FieldState

Namespace
CMS.Tests
Assembly
CMS.Tests.dll

Container for holding the specific field state

public class AppStateReset.FieldState
Inheritance
object
AppStateReset.FieldState
Extension Methods

Constructors

FieldState(FieldInfo, object)

Constructor

public FieldState(FieldInfo field, object value)

Parameters

field FieldInfo
value object

Properties

Field

Field info

public FieldInfo Field { get; }

Property Value

FieldInfo

Value

Field value

public object Value { get; }

Property Value

object