Method IsItemPropertyValidForItem
IsItemPropertyValidForItem(NwItem)
Gets if this item property is valid for the specified item.
public bool IsItemPropertyValidForItem(NwItem item)
Parameters
itemNwItemThe item to check.
Returns
- bool
True if the item is valid for this property, otherwise false.
IsItemPropertyValidForItem(NwBaseItem)
Gets if this item property is valid for the specified base item type.
public bool IsItemPropertyValidForItem(NwBaseItem item)
Parameters
itemNwBaseItemThe item type to check.
Returns
- bool
True if the item is valid for this property, otherwise false.