Show / Hide Table of Contents

Class CostInfo

Instructions for a container to enforce a Cost.

Inheritance
object
CostInfo
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 CostInfo

Constructors

View Source

CostInfo()

Declaration
public CostInfo()

Fields

View Source

applied

Declaration
public bool applied
Field Value
Type Description
bool
View Source

cost

Declaration
public Cost cost
Field Value
Type Description
Cost
View Source

placement

Declaration
public AbstractPlacement placement
Field Value
Type Description
AbstractPlacement
View Source

previewItems

Declaration
public IEnumerable<AbstractItem> previewItems
Field Value
Type Description
IEnumerable<AbstractItem>

Extension Methods

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