Show / Hide Table of Contents

Class PlacementAllObtainedBool

IBool which searches for a placement by name and checks whether all items on the placement are obtained.
If the placement does not exist, defaults to the value of missingPlacementTest, or true if missingPlacementTest is null.

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

Constructors

| Improve this Doc View Source

PlacementAllObtainedBool(String, IBool)

Declaration
public PlacementAllObtainedBool(string placementName, IBool missingPlacementTest)
Parameters
Type Name Description
System.String placementName
IBool missingPlacementTest

Fields

| Improve this Doc View Source

missingPlacementTest

Declaration
public IBool missingPlacementTest
Field Value
Type Description
IBool
| Improve this Doc View Source

placementName

Declaration
public string placementName
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

Value

Declaration
public bool Value { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Clone()

Declaration
public IBool Clone()
Returns
Type Description
IBool

Implements

IBool

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX