Show / Hide Table of Contents

Class PlacementVisitStateBool

IBool which searches for a placement by name and checks whether its VisitState includes specified flags.
If the placement does not exist, defaults to the value of missingPlacementTest, or true if missingPlacementTest is null.

Inheritance
object
PlacementVisitStateBool
Implements
IBool
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class PlacementVisitStateBool : IBool

Constructors

View Source

PlacementVisitStateBool(string, VisitState, IBool)

Declaration
public PlacementVisitStateBool(string placementName, VisitState requiredFlags, IBool missingPlacementTest)
Parameters
Type Name Description
string placementName
VisitState requiredFlags
IBool missingPlacementTest

Fields

View Source

missingPlacementTest

Declaration
public IBool? missingPlacementTest
Field Value
Type Description
IBool
View Source

placementName

Declaration
public string placementName
Field Value
Type Description
string
View Source

requireAny

If true, requires any flag in requiredFlags to be contained in the VisitState. If false, requires all flags in requiredFlags to be contained in VisitState. Defaults to false.

Declaration
public bool requireAny
Field Value
Type Description
bool
View Source

requiredFlags

Declaration
public VisitState requiredFlags
Field Value
Type Description
VisitState

Properties

View Source

Value

Declaration
public bool Value { get; }
Property Value
Type Description
bool

Methods

View Source

Clone()

Declaration
public IBool Clone()
Returns
Type Description
IBool

Implements

IBool

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX