Show / Hide Table of Contents

Class InteropTag

Tag which provides the default implementation of IInteropTag.

Inheritance
System.Object
Tag
InteropTag
Implements
IInteropTag
Inherited Members
Tag.Load(Object)
Tag.Unload(Object)
Tag.Clone()
Tag.LoadOnce(TaggableObject)
Tag.UnloadOnce(TaggableObject)
Tag.Loaded
Tag.TagHandlingProperties
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.Tags
Assembly: ItemChanger.dll
Syntax
public class InteropTag : Tag, IInteropTag

Fields

| Improve this Doc View Source

Properties

Declaration
public Dictionary<string, object> Properties
Field Value
Type Description
Dictionary<System.String, System.Object>

Properties

| Improve this Doc View Source

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

TryGetProperty<T>(String, out T)

Declaration
public bool TryGetProperty<T>(string propertyName, out T value)
Parameters
Type Name Description
System.String propertyName
T value
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T

Implements

IInteropTag

Extension Methods

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