Class InteropTag
Tag which provides the default implementation of IInteropTag.
Implements
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.Tags
Assembly: ItemChanger.dll
Syntax
public class InteropTag : Tag, IInteropTag
Fields
| Improve this Doc View SourceProperties
Declaration
public Dictionary<string, object> Properties
Field Value
Type | Description |
---|---|
Dictionary<System.String, System.Object> |
Properties
| Improve this Doc View SourceMessage
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceTryGetProperty<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 |