Show / Hide Table of Contents

Class IncompatibilityWarningTag

Tag which generates a warning message on load if a mutually incompatible placement exists.

Inheritance
object
Tag
IncompatibilityWarningTag
Inherited Members
Tag.Unload(object)
Tag.Clone()
Tag.LoadOnce(TaggableObject)
Tag.UnloadOnce(TaggableObject)
Tag.Loaded
Tag.TagHandlingProperties
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public class IncompatibilityWarningTag : Tag

Constructors

View Source

IncompatibilityWarningTag()

Declaration
public IncompatibilityWarningTag()

Fields

View Source

IncompatiblePlacementName

Declaration
public string IncompatiblePlacementName
Field Value
Type Description
string

Methods

View Source

Load(object)

Virtual method called on tags when their parent loads. The base method checks and throws an exception if the tag is already loaded.
This should not be called directly. Instead, use "LoadOnce" to load and set the Loaded property.

Declaration
public override void Load(object parent)
Parameters
Type Name Description
object parent
Overrides
Tag.Load(object)
Exceptions
Type Condition
InvalidOperationException

The tag is already loaded.

Extension Methods

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