Click or drag to resize

HideFieldAttribute Constructor (String, Int32)

Costructor for int evaluations

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
)

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
See Also