Click or drag to resize

HideFieldAttribute Constructor (String, Int32, Boolean)

Constructor for int evaluations if the int is a bitmask

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public HideFieldAttribute(
	string conditionalSourceField,
	int desiredInt,
	bool intIsBitmask
)

Parameters

conditionalSourceField
Type: SystemString
The name of the field whose value will be evaluated into a true or false
desiredInt
Type: SystemInt32
The int value to compare against
intIsBitmask
Type: SystemBoolean
Whether or not to treat the int as a bitmask
See Also