Show / Hide Table of Contents

Class CostInfo

Instructions for a container to enforce a Cost.

Inheritance
System.Object
CostInfo
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 CostInfo

Fields

| Improve this Doc View Source

applied

Declaration
public bool applied
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

cost

Declaration
public Cost cost
Field Value
Type Description
Cost
| Improve this Doc View Source

placement

Declaration
public AbstractPlacement placement
Field Value
Type Description
AbstractPlacement
| Improve this Doc View Source

previewItems

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

Extension Methods

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