Class InteropTag
Tag which provides the default implementation of IInteropTag.
Assembly: ItemChanger.dll
public class InteropTag : Tag, IInteropTag
Constructors
View Source
Declaration
Fields
View Source
Declaration
public Dictionary<string, object?> Properties
Field Value
Properties
View Source
A description of the tag that can be recognized by consumers.
Declaration
public string Message { get; set; }
Property Value
Methods
View Source
Returns true if the property name corresponds to a non-null value of the specified type, and outputs the casted value.
Declaration
public bool TryGetProperty<T>(string propertyName, out T? value)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
| T |
value |
|
Returns
Type Parameters
Implements
Extension Methods