Click or drag to resize

HideFieldAttribute Constructor (String, String)

Constructor for string 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,
	string desiredString
)

Parameters

conditionalSourceField
Type: SystemString
The name of the field whose value will be evaluated into a true or false
desiredString
Type: SystemString
The string to compare against
See Also